Html Css Color HEX #CBFB02 Electric Lime

📋 copy color: '#CBFB02'

red 203 ◦ green 251 ◦ blue 2

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

Shades of Electric Lime #CBFB02

Tints of Electric Lime #CBFB02

RGB

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

 GREEN value IS 251 (98.44% from 255) = 55.04%

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

R = 44.52%
G = 55.04%
B = 0.44%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#CBFB02 (or 0xCBFB02) is known color: Electric Lime. HEX triplet: CB, FB and 02. RGB value is (203,251,2). Sum of RGB (Red+Green+Blue) = 203+251+2=456 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.52% from 456); Green value is 251 (98.44% from 255 or 55.04% from 456); Blue value is 2 (1.17% from 255 or 0.44% from 456); Max value from RGB is 251 - color contains mainly: green. Hex color #CBFB02 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBFB02 is #3404FD. Grayscale: #D1D1D1. Windows color (decimal): -3409150 or 195531. OLE color: 195531.

HSL color Cylindrical-coordinate representation of color #CBFB02: hue angle of 71.57º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CBFB02 is Cyan = 0.19, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.02.

Color convert

RGB 203 251 2 -
CMYK 0.19 0 0.99 0.02
HSL 71.57º 0.98% 0.5% -
HSV(B) 71.57º 0.99% 0.98% -
XYZ 59.14 81.7 12.71 -
YUV 208.26 11.6 124.25 -
System Red Green Blue C M Y K H S L
Decimal 203 251 2 0.19 0 0.99 0.02 71.57 0.98 0.5
Hex CB FB 2 13 0 63 2 48 62 32
Octal 313 373 2 23 0 143 2 110 142 62
Binary 11001011 11111011 10 10011 0 1100011 10 1001000 1100010 110010

Color Harmonies of #CBFB02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBFB02

Black with #CBFB02

Text Example


Text Example

White with #CBFB02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBFB02; }

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

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

background-color css

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

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

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

border-color css

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

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

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