Html Css Color HEX #CBEC0D Electric Lime

📋 copy color: '#CBEC0D'

red 203 ◦ green 236 ◦ blue 13

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

Shades of Electric Lime #CBEC0D

Tints of Electric Lime #CBEC0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 2.88%

R = 44.91%
G = 52.21%
B = 2.88%

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

#CBEC0D (or 0xCBEC0D) is known color: Electric Lime. HEX triplet: CB, EC and 0D. RGB value is (203,236,13). Sum of RGB (Red+Green+Blue) = 203+236+13=452 (59% of max value = 765). Red value is 203 (79.69% from 255 or 44.91% from 452); Green value is 236 (92.58% from 255 or 52.21% from 452); Blue value is 13 (5.47% from 255 or 2.88% from 452); Max value from RGB is 236 - color contains mainly: green. Hex color #CBEC0D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBEC0D is #3413F2. Grayscale: #C9C9C9. Windows color (decimal): -3412979 or 912587. OLE color: 912587.

HSL color Cylindrical-coordinate representation of color #CBEC0D: hue angle of 68.88º degrees, saturation: 0.9, 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 #CBEC0D is Cyan = 0.14, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.07.

Color convert

RGB 203 236 13 -
CMYK 0.14 0 0.94 0.07
HSL 68.88º 0.9% 0.49% -
HSV(B) 68.88º 0.94% 0.93% -
XYZ 54.7 72.72 11.53 -
YUV 200.71 22.07 129.63 -
System Red Green Blue C M Y K H S L
Decimal 203 236 13 0.14 0 0.94 0.07 68.88 0.9 0.49
Hex CB EC D E 0 5E 7 45 5A 31
Octal 313 354 15 16 0 136 7 105 132 61
Binary 11001011 11101100 1101 1110 0 1011110 111 1000101 1011010 110001

Color Harmonies of #CBEC0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBEC0D

Black with #CBEC0D

Text Example


Text Example

White with #CBEC0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBEC0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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