Html Css Color HEX #CBF801 Electric Lime

📋 copy color: '#CBF801'

red 203 ◦ green 248 ◦ blue 1

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

Shades of Electric Lime #CBF801

Tints of Electric Lime #CBF801

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.22%

R = 44.91%
G = 54.87%
B = 0.22%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 1.00

 K value IS 0.03

RGB Variations

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

Color information

#CBF801 (or 0xCBF801) is known color: Electric Lime. HEX triplet: CB, F8 and 01. RGB value is (203,248,1). Sum of RGB (Red+Green+Blue) = 203+248+1=452 (59% of max value = 765). Red value is 203 (79.69% from 255 or 44.91% from 452); Green value is 248 (97.27% from 255 or 54.87% from 452); Blue value is 1 (0.78% from 255 or 0.22% from 452); Max value from RGB is 248 - color contains mainly: green. Hex color #CBF801 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBF801 is #3407FE. Grayscale: #CFCFCF. Windows color (decimal): -3409919 or 129227. OLE color: 129227.

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

Color convert

RGB 203 248 1 -
CMYK 0.18 0 1.00 0.03
HSL 70.93º 0.99% 0.49% -
HSV(B) 70.93º 1% 0.97% -
XYZ 58.2 79.83 12.37 -
YUV 206.39 12.09 125.58 -
System Red Green Blue C M Y K H S L
Decimal 203 248 1 0.18 0 1.00 0.03 70.93 0.99 0.49
Hex CB F8 1 12 0 64 3 47 63 31
Octal 313 370 1 22 0 144 3 107 143 61
Binary 11001011 11111000 1 10010 0 1100100 11 1000111 1100011 110001

Color Harmonies of #CBF801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBF801

Black with #CBF801

Text Example


Text Example

White with #CBF801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBF801; }

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

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

background-color css

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

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

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

border-color css

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

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

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