Html Css Color HEX #55E235 Lime Green

📋 copy color: '#55E235'

red 85 ◦ green 226 ◦ blue 53

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

Shades of Lime Green #55E235

Tints of Lime Green #55E235

RGB

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

 GREEN value IS 226 (88.67% from 255) = 62.09%

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

R = 23.35%
G = 62.09%
B = 14.56%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.77

 K value IS 0.11

RGB Variations

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

Color information

#55E235 (or 0x55E235) is known color: Lime Green. HEX triplet: 55, E2 and 35. RGB value is (85,226,53). Sum of RGB (Red+Green+Blue) = 85+226+53=364 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.35% from 364); Green value is 226 (88.67% from 255 or 62.09% from 364); Blue value is 53 (21.09% from 255 or 14.56% from 364); Max value from RGB is 226 - color contains mainly: green. Hex color #55E235 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55E235 is #AA1DCA. Grayscale: #A4A4A4. Windows color (decimal): -11148747 or 3531349. OLE color: 3531349.

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

Color convert

RGB 85 226 53 -
CMYK 0.62 0 0.77 0.11
HSL 108.9º 0.75% 0.55% -
HSV(B) 108.9º 0.77% 0.89% -
XYZ 31.59 56.58 12.62 -
YUV 164.12 65.29 71.57 -
System Red Green Blue C M Y K H S L
Decimal 85 226 53 0.62 0 0.77 0.11 108.9 0.75 0.55
Hex 55 E2 35 3E 0 4D B 6D 4B 37
Octal 125 342 65 76 0 115 13 155 113 67
Binary 1010101 11100010 110101 111110 0 1001101 1011 1101101 1001011 110111

Color Harmonies of #55E235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55E235

Black with #55E235

Text Example


Text Example

White with #55E235

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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