Html Css Color HEX #CBFC00 Electric Lime

📋 copy color: '#CBFC00'

red 203 ◦ green 252 ◦ blue 0

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

Shades of Electric Lime #CBFC00

Tints of Electric Lime #CBFC00

RGB

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

 GREEN value IS 252 (98.83% from 255) = 55.38%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 44.62%
G = 55.38%
B = 0%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 1

 K value IS 0.01

RGB Variations

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

Color information

#CBFC00 (or 0xCBFC00) is known color: Electric Lime. HEX triplet: CB, FC and 00. RGB value is (203,252,0). Sum of RGB (Red+Green+Blue) = 203+252+0=455 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.62% from 455); Green value is 252 (98.83% from 255 or 55.38% from 455); Blue value is 0 (0.39% from 255 or 0% from 455); Max value from RGB is 252 - color contains mainly: green. Hex color #CBFC00 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBFC00 is #3403FF. Grayscale: #D1D1D1. Windows color (decimal): -3408896 or 64715. OLE color: 64715.

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

Color convert

RGB 203 252 0 -
CMYK 0.19 0 1 0.01
HSL 71.67º 1% 0.49% -
HSV(B) 71.67º 1% 0.99% -
XYZ 59.44 82.32 12.76 -
YUV 208.62 10.27 123.99 -
System Red Green Blue C M Y K H S L
Decimal 203 252 0 0.19 0 1 0.01 71.67 1 0.49
Hex CB FC 0 13 0 64 1 48 64 31
Octal 313 374 0 23 0 144 1 110 144 61
Binary 11001011 11111100 0 10011 0 1100100 1 1001000 1100100 110001

Color Harmonies of #CBFC00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBFC00

Black with #CBFC00

Text Example


Text Example

White with #CBFC00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBFC00; }

 p { color: rgb(203,252,0); }

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

background-color css

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

 a { background-color: rgb(203,252,0); }

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

border-color css

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

 span { border-color: rgb(203,252,0); }

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