Html Css Color HEX #1CE12B Lime Green

📋 copy color: '#1CE12B'

red 28 ◦ green 225 ◦ blue 43

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

Shades of Lime Green #1CE12B

Tints of Lime Green #1CE12B

RGB

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

 GREEN value IS 225 (88.28% from 255) = 76.01%

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

R = 9.46%
G = 76.01%
B = 14.53%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.81

 K value IS 0.12

RGB Variations

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

Color information

#1CE12B (or 0x1CE12B) is known color: Lime Green. HEX triplet: 1C, E1 and 2B. RGB value is (28,225,43). Sum of RGB (Red+Green+Blue) = 28+225+43=296 (39% of max value = 765). Red value is 28 (11.33% from 255 or 9.46% from 296); Green value is 225 (88.28% from 255 or 76.01% from 296); Blue value is 43 (17.19% from 255 or 14.53% from 296); Max value from RGB is 225 - color contains mainly: green. Hex color #1CE12B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CE12B is #E31ED4. Grayscale: #919191. Windows color (decimal): -14884565 or 2875676. OLE color: 2875676.

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

Color convert

RGB 28 225 43 -
CMYK 0.88 0 0.81 0.12
HSL 124.57º 0.78% 0.5% -
HSV(B) 124.57º 0.88% 0.88% -
XYZ 27.84 54.27 11.29 -
YUV 145.35 70.23 44.3 -
System Red Green Blue C M Y K H S L
Decimal 28 225 43 0.88 0 0.81 0.12 124.57 0.78 0.5
Hex 1C E1 2B 58 0 51 C 7D 4E 32
Octal 34 341 53 130 0 121 14 175 116 62
Binary 11100 11100001 101011 1011000 0 1010001 1100 1111101 1001110 110010

Color Harmonies of #1CE12B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CE12B

Black with #1CE12B

Text Example


Text Example

White with #1CE12B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,225,43); }

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

background-color css

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

 a { background-color: rgb(28,225,43); }

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

border-color css

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

 span { border-color: rgb(28,225,43); }

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