Html Css Color HEX #1CE42F Lime Green

📋 copy color: '#1CE42F'

red 28 ◦ green 228 ◦ blue 47

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

Shades of Lime Green #1CE42F

Tints of Lime Green #1CE42F

RGB

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

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

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

R = 9.24%
G = 75.25%
B = 15.51%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.79

 K value IS 0.11

RGB Variations

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

Color information

#1CE42F (or 0x1CE42F) is known color: Lime Green. HEX triplet: 1C, E4 and 2F. RGB value is (28,228,47). Sum of RGB (Red+Green+Blue) = 28+228+47=303 (40% of max value = 765). Red value is 28 (11.33% from 255 or 9.24% from 303); Green value is 228 (89.45% from 255 or 75.25% from 303); Blue value is 47 (18.75% from 255 or 15.51% from 303); Max value from RGB is 228 - color contains mainly: green. Hex color #1CE42F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CE42F is #E31BD0. Grayscale: #949494. Windows color (decimal): -14883793 or 3138588. OLE color: 3138588.

HSL color Cylindrical-coordinate representation of color #1CE42F: hue angle of 125.7º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CE42F is Cyan = 0.88, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.11.

Color convert

RGB 28 228 47 -
CMYK 0.88 0 0.79 0.11
HSL 125.7º 0.79% 0.5% -
HSV(B) 125.7º 0.88% 0.89% -
XYZ 28.74 55.94 11.97 -
YUV 147.57 71.24 42.72 -
System Red Green Blue C M Y K H S L
Decimal 28 228 47 0.88 0 0.79 0.11 125.7 0.79 0.5
Hex 1C E4 2F 58 0 4F B 7E 4F 32
Octal 34 344 57 130 0 117 13 176 117 62
Binary 11100 11100100 101111 1011000 0 1001111 1011 1111110 1001111 110010

Color Harmonies of #1CE42F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CE42F

Black with #1CE42F

Text Example


Text Example

White with #1CE42F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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