Html Css Color HEX #12CE24 Lime Green

📋 copy color: '#12CE24'

red 18 ◦ green 206 ◦ blue 36

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

Shades of Lime Green #12CE24

Tints of Lime Green #12CE24

RGB

 RED value IS 18 (7.42% from 255) = 6.92%

 GREEN value IS 206 (80.86% from 255) = 79.23%

 BLUE value IS 36 (14.45% from 255) = 13.85%

R = 6.92%
G = 79.23%
B = 13.85%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.83

 K value IS 0.19

RGB Variations

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

Color information

#12CE24 (or 0x12CE24) is known color: Lime Green. HEX triplet: 12, CE and 24. RGB value is (18,206,36). Sum of RGB (Red+Green+Blue) = 18+206+36=260 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.92% from 260); Green value is 206 (80.86% from 255 or 79.23% from 260); Blue value is 36 (14.45% from 255 or 13.85% from 260); Max value from RGB is 206 - color contains mainly: green. Hex color #12CE24 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12CE24 is #ED31DB. Grayscale: #828282. Windows color (decimal): -15544796 or 2412050. OLE color: 2412050.

HSL color Cylindrical-coordinate representation of color #12CE24: hue angle of 125.74º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12CE24 is Cyan = 0.91, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.19.

Color convert

RGB 18 206 36 -
CMYK 0.91 0 0.83 0.19
HSL 125.74º 0.84% 0.44% -
HSV(B) 125.74º 0.91% 0.81% -
XYZ 22.64 44.4 9.05 -
YUV 130.41 74.72 47.82 -
System Red Green Blue C M Y K H S L
Decimal 18 206 36 0.91 0 0.83 0.19 125.74 0.84 0.44
Hex 12 CE 24 5B 0 53 13 7E 54 2C
Octal 22 316 44 133 0 123 23 176 124 54
Binary 10010 11001110 100100 1011011 0 1010011 10011 1111110 1010100 101100

Color Harmonies of #12CE24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12CE24

Black with #12CE24

Text Example


Text Example

White with #12CE24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12CE24; }

 p { color: rgb(18,206,36); }

 H1.HeaderClassName
 {
   color: #12CE24;
 }
 .AnyTagClassName
 {
   color: #12CE24;
 }
</style>

background-color css

<style>
 a { background-color: #12CE24; }

 a { background-color: rgb(18,206,36); }

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

border-color css

<style>
 span { border-color: #12CE24; }

 span { border-color: rgb(18,206,36); }

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