Html Css Color HEX #55E434 Lime Green

📋 copy color: '#55E434'

red 85 ◦ green 228 ◦ blue 52

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

Shades of Lime Green #55E434

Tints of Lime Green #55E434

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 14.25%

R = 23.29%
G = 62.47%
B = 14.25%

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

#55E434 (or 0x55E434) is known color: Lime Green. HEX triplet: 55, E4 and 34. RGB value is (85,228,52). Sum of RGB (Red+Green+Blue) = 85+228+52=365 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.29% from 365); Green value is 228 (89.45% from 255 or 62.47% from 365); Blue value is 52 (20.70% from 255 or 14.25% from 365); Max value from RGB is 228 - color contains mainly: green. Hex color #55E434 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55E434 is #AA1BCB. Grayscale: #A5A5A5. Windows color (decimal): -11148236 or 3466325. OLE color: 3466325.

HSL color Cylindrical-coordinate representation of color #55E434: hue angle of 108.75º degrees, saturation: 0.77, 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 #55E434 is Cyan = 0.63, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.11.

Color convert

RGB 85 228 52 -
CMYK 0.63 0 0.77 0.11
HSL 108.75º 0.77% 0.55% -
HSV(B) 108.75º 0.77% 0.89% -
XYZ 32.11 57.67 12.69 -
YUV 165.18 64.12 70.81 -
System Red Green Blue C M Y K H S L
Decimal 85 228 52 0.63 0 0.77 0.11 108.75 0.77 0.55
Hex 55 E4 34 3F 0 4D B 6D 4D 37
Octal 125 344 64 77 0 115 13 155 115 67
Binary 1010101 11100100 110100 111111 0 1001101 1011 1101101 1001101 110111

Color Harmonies of #55E434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55E434

Black with #55E434

Text Example


Text Example

White with #55E434

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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