Html Css Color HEX #CBEE12 Electric Lime

📋 copy color: '#CBEE12'

red 203 ◦ green 238 ◦ blue 18

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

Shades of Electric Lime #CBEE12

Tints of Electric Lime #CBEE12

RGB

 RED value IS 203 (79.69% from 255) = 44.23%

 GREEN value IS 238 (93.36% from 255) = 51.85%

 BLUE value IS 18 (7.42% from 255) = 3.92%

R = 44.23%
G = 51.85%
B = 3.92%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#CBEE12 (or 0xCBEE12) is known color: Electric Lime. HEX triplet: CB, EE and 12. RGB value is (203,238,18). Sum of RGB (Red+Green+Blue) = 203+238+18=459 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.23% from 459); Green value is 238 (93.36% from 255 or 51.85% from 459); Blue value is 18 (7.42% from 255 or 3.92% from 459); Max value from RGB is 238 - color contains mainly: green. Hex color #CBEE12 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBEE12 is #3411ED. Grayscale: #CBCBCB. Windows color (decimal): -3412462 or 1240779. OLE color: 1240779.

HSL color Cylindrical-coordinate representation of color #CBEE12: hue angle of 69.55º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CBEE12 is Cyan = 0.15, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.07.

Color convert

RGB 203 238 18 -
CMYK 0.15 0 0.92 0.07
HSL 69.55º 0.87% 0.5% -
HSV(B) 69.55º 0.92% 0.93% -
XYZ 55.31 73.89 11.92 -
YUV 202.46 23.9 128.39 -
System Red Green Blue C M Y K H S L
Decimal 203 238 18 0.15 0 0.92 0.07 69.55 0.87 0.5
Hex CB EE 12 F 0 5C 7 46 57 32
Octal 313 356 22 17 0 134 7 106 127 62
Binary 11001011 11101110 10010 1111 0 1011100 111 1000110 1010111 110010

Color Harmonies of #CBEE12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBEE12

Black with #CBEE12

Text Example


Text Example

White with #CBEE12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBEE12; }

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

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

background-color css

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

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

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

border-color css

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

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

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