Html Css Color HEX #CBF808 Electric Lime

📋 copy color: '#CBF808'

red 203 ◦ green 248 ◦ blue 8

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

Shades of Electric Lime #CBF808

Tints of Electric Lime #CBF808

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 1.74%

R = 44.23%
G = 54.03%
B = 1.74%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.97

 K value IS 0.03

RGB Variations

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

Color information

#CBF808 (or 0xCBF808) is known color: Electric Lime. HEX triplet: CB, F8 and 08. RGB value is (203,248,8). Sum of RGB (Red+Green+Blue) = 203+248+8=459 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.23% from 459); Green value is 248 (97.27% from 255 or 54.03% from 459); Blue value is 8 (3.52% from 255 or 1.74% from 459); Max value from RGB is 248 - color contains mainly: green. Hex color #CBF808 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBF808 is #3407F7. Grayscale: #D0D0D0. Windows color (decimal): -3409912 or 587979. OLE color: 587979.

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

Color convert

RGB 203 248 8 -
CMYK 0.18 0 0.97 0.03
HSL 71.25º 0.94% 0.5% -
HSV(B) 71.25º 0.97% 0.97% -
XYZ 58.24 79.85 12.57 -
YUV 207.19 15.59 125.01 -
System Red Green Blue C M Y K H S L
Decimal 203 248 8 0.18 0 0.97 0.03 71.25 0.94 0.5
Hex CB F8 8 12 0 61 3 47 5E 32
Octal 313 370 10 22 0 141 3 107 136 62
Binary 11001011 11111000 1000 10010 0 1100001 11 1000111 1011110 110010

Color Harmonies of #CBF808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBF808

Black with #CBF808

Text Example


Text Example

White with #CBF808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBF808; }

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

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

background-color css

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

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

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

border-color css

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

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

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