Html Css Color HEX #55E435 Lime Green

📋 copy color: '#55E435'

red 85 ◦ green 228 ◦ blue 53

#55E435
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lime Green #55E435

Tints of Lime Green #55E435

RGB

 RED value IS 85 (33.59% from 255) = 23.22%

 GREEN value IS 228 (89.45% from 255) = 62.3%

 BLUE value IS 53 (21.09% from 255) = 14.48%

R = 23.22%
G = 62.3%
B = 14.48%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.77

 K value IS 0.11

RGB Variations

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

Color information

#55E435 (or 0x55E435) is known color: Lime Green. HEX triplet: 55, E4 and 35. RGB value is (85,228,53). Sum of RGB (Red+Green+Blue) = 85+228+53=366 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.22% from 366); Green value is 228 (89.45% from 255 or 62.30% from 366); Blue value is 53 (21.09% from 255 or 14.48% from 366); Max value from RGB is 228 - color contains mainly: green. Hex color #55E435 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55E435 is #AA1BCA. Grayscale: #A5A5A5. Windows color (decimal): -11148235 or 3531861. OLE color: 3531861.

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

Color convert

RGB 85 228 53 -
CMYK 0.63 0 0.77 0.11
HSL 109.03º 0.76% 0.55% -
HSV(B) 109.03º 0.77% 0.89% -
XYZ 32.13 57.68 12.81 -
YUV 165.29 64.62 70.73 -
System Red Green Blue C M Y K H S L
Decimal 85 228 53 0.63 0 0.77 0.11 109.03 0.76 0.55
Hex 55 E4 35 3F 0 4D B 6D 4C 37
Octal 125 344 65 77 0 115 13 155 114 67
Binary 1010101 11100100 110101 111111 0 1001101 1011 1101101 1001100 110111

Color Harmonies of #55E435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55E435

Black with #55E435

Text Example


Text Example

White with #55E435

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,228,53); }

 H1.HeaderClassName
 {
   color: #55E435;
 }
 .AnyTagClassName
 {
   color: #55E435;
 }
</style>

background-color css

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

 a { background-color: rgb(85,228,53); }

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

border-color css

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

 span { border-color: rgb(85,228,53); }

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