Html Css Color HEX #CBF806 Electric Lime

📋 copy color: '#CBF806'

red 203 ◦ green 248 ◦ blue 6

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

Shades of Electric Lime #CBF806

Tints of Electric Lime #CBF806

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.31%

R = 44.42%
G = 54.27%
B = 1.31%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.98

 K value IS 0.03

RGB Variations

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

Color information

#CBF806 (or 0xCBF806) is known color: Electric Lime. HEX triplet: CB, F8 and 06. RGB value is (203,248,6). Sum of RGB (Red+Green+Blue) = 203+248+6=457 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.42% from 457); Green value is 248 (97.27% from 255 or 54.27% from 457); Blue value is 6 (2.73% from 255 or 1.31% from 457); Max value from RGB is 248 - color contains mainly: green. Hex color #CBF806 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBF806 is #3407F9. Grayscale: #CFCFCF. Windows color (decimal): -3409914 or 456907. OLE color: 456907.

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

Color convert

RGB 203 248 6 -
CMYK 0.18 0 0.98 0.03
HSL 71.16º 0.95% 0.5% -
HSV(B) 71.16º 0.98% 0.97% -
XYZ 58.23 79.84 12.51 -
YUV 206.96 14.59 125.18 -
System Red Green Blue C M Y K H S L
Decimal 203 248 6 0.18 0 0.98 0.03 71.16 0.95 0.5
Hex CB F8 6 12 0 62 3 47 5F 32
Octal 313 370 6 22 0 142 3 107 137 62
Binary 11001011 11111000 110 10010 0 1100010 11 1000111 1011111 110010

Color Harmonies of #CBF806

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBF806

Black with #CBF806

Text Example


Text Example

White with #CBF806

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBF806; }

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

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

background-color css

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

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

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

border-color css

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

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

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