Html Css Color HEX #55EA2B Lime Green

📋 copy color: '#55EA2B'

red 85 ◦ green 234 ◦ blue 43

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

Shades of Lime Green #55EA2B

Tints of Lime Green #55EA2B

RGB

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

 GREEN value IS 234 (91.8% from 255) = 64.64%

 BLUE value IS 43 (17.19% from 255) = 11.88%

R = 23.48%
G = 64.64%
B = 11.88%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.82

 K value IS 0.08

RGB Variations

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

Color information

#55EA2B (or 0x55EA2B) is known color: Lime Green. HEX triplet: 55, EA and 2B. RGB value is (85,234,43). Sum of RGB (Red+Green+Blue) = 85+234+43=362 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.48% from 362); Green value is 234 (91.80% from 255 or 64.64% from 362); Blue value is 43 (17.19% from 255 or 11.88% from 362); Max value from RGB is 234 - color contains mainly: green. Hex color #55EA2B is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #55EA2B is #AA15D4. Grayscale: #A8A8A8. Windows color (decimal): -11146709 or 2878037. OLE color: 2878037.

HSL color Cylindrical-coordinate representation of color #55EA2B: hue angle of 106.81º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #55EA2B is Cyan = 0.64, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.08.

Color convert

RGB 85 234 43 -
CMYK 0.64 0 0.82 0.08
HSL 106.81º 0.82% 0.54% -
HSV(B) 106.81º 0.82% 0.92% -
XYZ 33.61 60.95 12.28 -
YUV 167.68 57.64 69.03 -
System Red Green Blue C M Y K H S L
Decimal 85 234 43 0.64 0 0.82 0.08 106.81 0.82 0.54
Hex 55 EA 2B 40 0 52 8 6B 52 36
Octal 125 352 53 100 0 122 10 153 122 66
Binary 1010101 11101010 101011 1000000 0 1010010 1000 1101011 1010010 110110

Color Harmonies of #55EA2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55EA2B

Black with #55EA2B

Text Example


Text Example

White with #55EA2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,234,43); }

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

background-color css

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

 a { background-color: rgb(85,234,43); }

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

border-color css

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

 span { border-color: rgb(85,234,43); }

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