Html Css Color HEX #12CB21 Lime Green

📋 copy color: '#12CB21'

red 18 ◦ green 203 ◦ blue 33

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

Shades of Lime Green #12CB21

Tints of Lime Green #12CB21

RGB

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

 GREEN value IS 203 (79.69% from 255) = 79.92%

 BLUE value IS 33 (13.28% from 255) = 12.99%

R = 7.09%
G = 79.92%
B = 12.99%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.84

 K value IS 0.20

RGB Variations

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

Color information

#12CB21 (or 0x12CB21) is known color: Lime Green. HEX triplet: 12, CB and 21. RGB value is (18,203,33). Sum of RGB (Red+Green+Blue) = 18+203+33=254 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.09% from 254); Green value is 203 (79.69% from 255 or 79.92% from 254); Blue value is 33 (13.28% from 255 or 12.99% from 254); Max value from RGB is 203 - color contains mainly: green. Hex color #12CB21 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12CB21 is #ED34DE. Grayscale: #808080. Windows color (decimal): -15545567 or 2214674. OLE color: 2214674.

HSL color Cylindrical-coordinate representation of color #12CB21: hue angle of 124.86º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12CB21 is Cyan = 0.91, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.20.

Color convert

RGB 18 203 33 -
CMYK 0.91 0 0.84 0.20
HSL 124.86º 0.84% 0.43% -
HSV(B) 124.86º 0.91% 0.8% -
XYZ 21.88 42.95 8.58 -
YUV 128.31 74.21 49.32 -
System Red Green Blue C M Y K H S L
Decimal 18 203 33 0.91 0 0.84 0.20 124.86 0.84 0.43
Hex 12 CB 21 5B 0 54 14 7D 54 2B
Octal 22 313 41 133 0 124 24 175 124 53
Binary 10010 11001011 100001 1011011 0 1010100 10100 1111101 1010100 101011

Color Harmonies of #12CB21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12CB21

Black with #12CB21

Text Example


Text Example

White with #12CB21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,203,33); }

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

background-color css

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

 a { background-color: rgb(18,203,33); }

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

border-color css

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

 span { border-color: rgb(18,203,33); }

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