Html Css Color HEX #CBEB0C Electric Lime

📋 copy color: '#CBEB0C'

red 203 ◦ green 235 ◦ blue 12

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

Shades of Electric Lime #CBEB0C

Tints of Electric Lime #CBEB0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.67%

R = 45.11%
G = 52.22%
B = 2.67%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.95

 K value IS 0.08

RGB Variations

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

Color information

#CBEB0C (or 0xCBEB0C) is known color: Electric Lime. HEX triplet: CB, EB and 0C. RGB value is (203,235,12). Sum of RGB (Red+Green+Blue) = 203+235+12=450 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.11% from 450); Green value is 235 (92.19% from 255 or 52.22% from 450); Blue value is 12 (5.08% from 255 or 2.67% from 450); Max value from RGB is 235 - color contains mainly: green. Hex color #CBEB0C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBEB0C is #3414F3. Grayscale: #C8C8C8. Windows color (decimal): -3413236 or 846795. OLE color: 846795.

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

Color convert

RGB 203 235 12 -
CMYK 0.14 0 0.95 0.08
HSL 68.61º 0.9% 0.48% -
HSV(B) 68.61º 0.95% 0.92% -
XYZ 54.4 72.14 11.4 -
YUV 200.01 21.9 130.13 -
System Red Green Blue C M Y K H S L
Decimal 203 235 12 0.14 0 0.95 0.08 68.61 0.9 0.48
Hex CB EB C E 0 5F 8 45 5A 30
Octal 313 353 14 16 0 137 10 105 132 60
Binary 11001011 11101011 1100 1110 0 1011111 1000 1000101 1011010 110000

Color Harmonies of #CBEB0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBEB0C

Black with #CBEB0C

Text Example


Text Example

White with #CBEB0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBEB0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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