Html Css Color HEX #CBF800 Electric Lime

📋 copy color: '#CBF800'

red 203 ◦ green 248 ◦ blue 0

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

Shades of Electric Lime #CBF800

Tints of Electric Lime #CBF800

RGB

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

 GREEN value IS 248 (97.27% from 255) = 54.99%

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

R = 45.01%
G = 54.99%
B = 0%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 1

 K value IS 0.03

RGB Variations

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

Color information

#CBF800 (or 0xCBF800) is known color: Electric Lime. HEX triplet: CB, F8 and 00. RGB value is (203,248,0). Sum of RGB (Red+Green+Blue) = 203+248+0=451 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.01% from 451); Green value is 248 (97.27% from 255 or 54.99% from 451); Blue value is 0 (0.39% from 255 or 0% from 451); Max value from RGB is 248 - color contains mainly: green. Hex color #CBF800 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBF800 is #3407FF. Grayscale: #CFCFCF. Windows color (decimal): -3409920 or 63691. OLE color: 63691.

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

Color convert

RGB 203 248 0 -
CMYK 0.18 0 1 0.03
HSL 70.89º 1% 0.49% -
HSV(B) 70.89º 1% 0.97% -
XYZ 58.2 79.83 12.34 -
YUV 206.27 11.59 125.67 -
System Red Green Blue C M Y K H S L
Decimal 203 248 0 0.18 0 1 0.03 70.89 1 0.49
Hex CB F8 0 12 0 64 3 47 64 31
Octal 313 370 0 22 0 144 3 107 144 61
Binary 11001011 11111000 0 10010 0 1100100 11 1000111 1100100 110001

Color Harmonies of #CBF800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBF800

Black with #CBF800

Text Example


Text Example

White with #CBF800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBF800; }

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

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

background-color css

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

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

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

border-color css

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

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

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