Html Css Color HEX #CBEB12 Electric Lime

📋 copy color: '#CBEB12'

red 203 ◦ green 235 ◦ blue 18

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

Shades of Electric Lime #CBEB12

Tints of Electric Lime #CBEB12

RGB

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

 GREEN value IS 235 (92.19% from 255) = 51.54%

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

R = 44.52%
G = 51.54%
B = 3.95%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.92

 K value IS 0.08

RGB Variations

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

Color information

#CBEB12 (or 0xCBEB12) is known color: Electric Lime. HEX triplet: CB, EB and 12. RGB value is (203,235,18). Sum of RGB (Red+Green+Blue) = 203+235+18=456 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.52% from 456); Green value is 235 (92.19% from 255 or 51.54% from 456); Blue value is 18 (7.42% from 255 or 3.95% from 456); Max value from RGB is 235 - color contains mainly: green. Hex color #CBEB12 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBEB12 is #3414ED. Grayscale: #C9C9C9. Windows color (decimal): -3413230 or 1240011. OLE color: 1240011.

HSL color Cylindrical-coordinate representation of color #CBEB12: hue angle of 68.85º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CBEB12 is Cyan = 0.14, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.08.

Color convert

RGB 203 235 18 -
CMYK 0.14 0 0.92 0.08
HSL 68.85º 0.86% 0.5% -
HSV(B) 68.85º 0.92% 0.92% -
XYZ 54.45 72.16 11.63 -
YUV 200.69 24.9 129.64 -
System Red Green Blue C M Y K H S L
Decimal 203 235 18 0.14 0 0.92 0.08 68.85 0.86 0.5
Hex CB EB 12 E 0 5C 8 45 56 32
Octal 313 353 22 16 0 134 10 105 126 62
Binary 11001011 11101011 10010 1110 0 1011100 1000 1000101 1010110 110010

Color Harmonies of #CBEB12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBEB12

Black with #CBEB12

Text Example


Text Example

White with #CBEB12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBEB12; }

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

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

background-color css

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

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

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

border-color css

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

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

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