Html Css Color HEX #1CEA2F Lime Green

📋 copy color: '#1CEA2F'

red 28 ◦ green 234 ◦ blue 47

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

Shades of Lime Green #1CEA2F

Tints of Lime Green #1CEA2F

RGB

 RED value IS 28 (11.33% from 255) = 9.06%

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

 BLUE value IS 47 (18.75% from 255) = 15.21%

R = 9.06%
G = 75.73%
B = 15.21%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.80

 K value IS 0.08

RGB Variations

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

Color information

#1CEA2F (or 0x1CEA2F) is known color: Lime Green. HEX triplet: 1C, EA and 2F. RGB value is (28,234,47). Sum of RGB (Red+Green+Blue) = 28+234+47=309 (40% of max value = 765). Red value is 28 (11.33% from 255 or 9.06% from 309); Green value is 234 (91.80% from 255 or 75.73% from 309); Blue value is 47 (18.75% from 255 or 15.21% from 309); Max value from RGB is 234 - color contains mainly: green. Hex color #1CEA2F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1CEA2F is #E315D0. Grayscale: #979797. Windows color (decimal): -14882257 or 3140124. OLE color: 3140124.

HSL color Cylindrical-coordinate representation of color #1CEA2F: hue angle of 125.53º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CEA2F is Cyan = 0.88, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.08.

Color convert

RGB 28 234 47 -
CMYK 0.88 0 0.80 0.08
HSL 125.53º 0.83% 0.51% -
HSV(B) 125.53º 0.88% 0.92% -
XYZ 30.41 59.3 12.53 -
YUV 151.09 69.25 40.21 -
System Red Green Blue C M Y K H S L
Decimal 28 234 47 0.88 0 0.80 0.08 125.53 0.83 0.51
Hex 1C EA 2F 58 0 50 8 7E 53 33
Octal 34 352 57 130 0 120 10 176 123 63
Binary 11100 11101010 101111 1011000 0 1010000 1000 1111110 1010011 110011

Color Harmonies of #1CEA2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CEA2F

Black with #1CEA2F

Text Example


Text Example

White with #1CEA2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1CEA2F; }

 p { color: rgb(28,234,47); }

 H1.HeaderClassName
 {
   color: #1CEA2F;
 }
 .AnyTagClassName
 {
   color: #1CEA2F;
 }
</style>

background-color css

<style>
 a { background-color: #1CEA2F; }

 a { background-color: rgb(28,234,47); }

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

border-color css

<style>
 span { border-color: #1CEA2F; }

 span { border-color: rgb(28,234,47); }

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