Html Css Color HEX #CBEC0F Electric Lime

📋 copy color: '#CBEC0F'

red 203 ◦ green 236 ◦ blue 15

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

Shades of Electric Lime #CBEC0F

Tints of Electric Lime #CBEC0F

RGB

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

 GREEN value IS 236 (92.58% from 255) = 51.98%

 BLUE value IS 15 (6.25% from 255) = 3.3%

R = 44.71%
G = 51.98%
B = 3.3%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#CBEC0F (or 0xCBEC0F) is known color: Electric Lime. HEX triplet: CB, EC and 0F. RGB value is (203,236,15). Sum of RGB (Red+Green+Blue) = 203+236+15=454 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.71% from 454); Green value is 236 (92.58% from 255 or 51.98% from 454); Blue value is 15 (6.25% from 255 or 3.30% from 454); Max value from RGB is 236 - color contains mainly: green. Hex color #CBEC0F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBEC0F is #3413F0. Grayscale: #C9C9C9. Windows color (decimal): -3412977 or 1043659. OLE color: 1043659.

HSL color Cylindrical-coordinate representation of color #CBEC0F: hue angle of 68.96º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CBEC0F is Cyan = 0.14, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.07.

Color convert

RGB 203 236 15 -
CMYK 0.14 0 0.94 0.07
HSL 68.96º 0.88% 0.49% -
HSV(B) 68.96º 0.94% 0.93% -
XYZ 54.71 72.72 11.61 -
YUV 200.94 23.07 129.47 -
System Red Green Blue C M Y K H S L
Decimal 203 236 15 0.14 0 0.94 0.07 68.96 0.88 0.49
Hex CB EC F E 0 5E 7 45 58 31
Octal 313 354 17 16 0 136 7 105 130 61
Binary 11001011 11101100 1111 1110 0 1011110 111 1000101 1011000 110001

Color Harmonies of #CBEC0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBEC0F

Black with #CBEC0F

Text Example


Text Example

White with #CBEC0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBEC0F; }

 p { color: rgb(203,236,15); }

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

background-color css

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

 a { background-color: rgb(203,236,15); }

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

border-color css

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

 span { border-color: rgb(203,236,15); }

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