#55e31e

Color #55E31E Kelly Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kelly Green #55E31E

Tints of Kelly Green #55E31E

Color information

#55E31E (or 0x55E31E) is unknown color: approx Kelly Green. HEX triplet: 55, E3 and 1E. RGB value is (85,227,30). Sum of RGB (Red+Green+Blue) = 85+227+30=342 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.85% from 342); Green value is 227 (89.06% from 255 or 66.37% from 342); Blue value is 30 (12.11% from 255 or 8.77% from 342); Max value from RGB is 227 - color contains mainly: green. Hex color #55E31E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55E31E is #AA1CE1. Grayscale: #A2A2A2. Windows color (decimal): -11148514 or 2024277. OLE color: 2024277.

HSL color Cylindrical-coordinate representation of color #55E31E: hue angle of 103.25º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #55E31E is Cyan = 0.63, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.11.

Color convert

RGB8522730-
CMYK0.6300.870.11
HSL103.25º77.87%50.39%-
HSV(B)103.25º86.78%89.02%-
XYZ31.4556.9610.57-
YUV162.0853.4673.02-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 85 (33.59% from 255) = 24.85%
GREEN value IS 227 (89.06% from 255) = 66.37%
BLUE value IS 30 (12.11% from 255) = 8.77%
R=24.85%
G=66.37%
B=8.77%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal85227300.6300.870.11103.2577.8750.39
Hex55E31E3F057B674e32
Octal125343367701271314711662
Binary1010101111000111111011111101010111101111001111001110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55e31e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55e31e; }

 p { color: rgb(85,227,30); }

 H1.HeaderClassName
 {
   color: #55e31e;
 }
 .AnyTagClassName
 {
   color: #55e31e;
 }
</style>
background-color css

<style>
 a { background-color: #55e31e; }

 a { background-color: rgb(85,227,30); }

 div.DivClassName
 {
   background-color: #55e31e;
 }
 .BgClassName
 {
   background-color: #55e31e;
 }
</style>
border-color css

<style>
 span { border-color: #55e31e; }

 span { border-color: rgb(85,227,30); }

 td.TdClassName
 {
   border-color: #55e31e;
 }
 .TagClassName
 {
   border-color: #55e31e;
 }
</style>