Html Css Color HEX #CBEC02 Electric Lime

📋 copy color: '#CBEC02'

red 203 ◦ green 236 ◦ blue 2

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

Shades of Electric Lime #CBEC02

Tints of Electric Lime #CBEC02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.45%

R = 46.03%
G = 53.51%
B = 0.45%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#CBEC02 (or 0xCBEC02) is known color: Electric Lime. HEX triplet: CB, EC and 02. RGB value is (203,236,2). Sum of RGB (Red+Green+Blue) = 203+236+2=441 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.03% from 441); Green value is 236 (92.58% from 255 or 53.51% from 441); Blue value is 2 (1.17% from 255 or 0.45% from 441); Max value from RGB is 236 - color contains mainly: green. Hex color #CBEC02 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBEC02 is #3413FD. Grayscale: #C8C8C8. Windows color (decimal): -3412990 or 191691. OLE color: 191691.

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

Color convert

RGB 203 236 2 -
CMYK 0.14 0 0.99 0.07
HSL 68.46º 0.98% 0.47% -
HSV(B) 68.46º 0.99% 0.93% -
XYZ 54.64 72.69 11.21 -
YUV 199.46 16.57 130.53 -
System Red Green Blue C M Y K H S L
Decimal 203 236 2 0.14 0 0.99 0.07 68.46 0.98 0.47
Hex CB EC 2 E 0 63 7 44 62 2F
Octal 313 354 2 16 0 143 7 104 142 57
Binary 11001011 11101100 10 1110 0 1100011 111 1000100 1100010 101111

Color Harmonies of #CBEC02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBEC02

Black with #CBEC02

Text Example


Text Example

White with #CBEC02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBEC02; }

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

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

background-color css

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

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

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

border-color css

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

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

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