Html Css Color HEX #CBEE02 Electric Lime

📋 copy color: '#CBEE02'

red 203 ◦ green 238 ◦ blue 2

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

Shades of Electric Lime #CBEE02

Tints of Electric Lime #CBEE02

RGB

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

 GREEN value IS 238 (93.36% from 255) = 53.72%

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

R = 45.82%
G = 53.72%
B = 0.45%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#CBEE02 (or 0xCBEE02) is known color: Electric Lime. HEX triplet: CB, EE and 02. RGB value is (203,238,2). Sum of RGB (Red+Green+Blue) = 203+238+2=443 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.82% from 443); Green value is 238 (93.36% from 255 or 53.72% from 443); Blue value is 2 (1.17% from 255 or 0.45% from 443); Max value from RGB is 238 - color contains mainly: green. Hex color #CBEE02 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBEE02 is #3411FD. Grayscale: #C9C9C9. Windows color (decimal): -3412478 or 192203. OLE color: 192203.

HSL color Cylindrical-coordinate representation of color #CBEE02: hue angle of 68.9º 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 #CBEE02 is Cyan = 0.15, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.07.

Color convert

RGB 203 238 2 -
CMYK 0.15 0 0.99 0.07
HSL 68.9º 0.98% 0.47% -
HSV(B) 68.9º 0.99% 0.93% -
XYZ 55.21 73.85 11.4 -
YUV 200.63 15.9 129.69 -
System Red Green Blue C M Y K H S L
Decimal 203 238 2 0.15 0 0.99 0.07 68.9 0.98 0.47
Hex CB EE 2 F 0 63 7 45 62 2F
Octal 313 356 2 17 0 143 7 105 142 57
Binary 11001011 11101110 10 1111 0 1100011 111 1000101 1100010 101111

Color Harmonies of #CBEE02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBEE02

Black with #CBEE02

Text Example


Text Example

White with #CBEE02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBEE02; }

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

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

background-color css

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

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

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

border-color css

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

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

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