Html Css Color HEX #CBF501 Electric Lime

📋 copy color: '#CBF501'

red 203 ◦ green 245 ◦ blue 1

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

Shades of Electric Lime #CBF501

Tints of Electric Lime #CBF501

RGB

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

 GREEN value IS 245 (96.09% from 255) = 54.57%

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

R = 45.21%
G = 54.57%
B = 0.22%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 1.00

 K value IS 0.04

RGB Variations

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

Color information

#CBF501 (or 0xCBF501) is known color: Electric Lime. HEX triplet: CB, F5 and 01. RGB value is (203,245,1). Sum of RGB (Red+Green+Blue) = 203+245+1=449 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.21% from 449); Green value is 245 (96.09% from 255 or 54.57% from 449); Blue value is 1 (0.78% from 255 or 0.22% from 449); Max value from RGB is 245 - color contains mainly: green. Hex color #CBF501 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBF501 is #340AFE. Grayscale: #CDCDCD. Windows color (decimal): -3410687 or 128459. OLE color: 128459.

HSL color Cylindrical-coordinate representation of color #CBF501: hue angle of 70.33º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CBF501 is Cyan = 0.17, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.04.

Color convert

RGB 203 245 1 -
CMYK 0.17 0 1.00 0.04
HSL 70.33º 0.99% 0.48% -
HSV(B) 70.33º 1% 0.96% -
XYZ 57.29 78 12.07 -
YUV 204.63 13.09 126.84 -
System Red Green Blue C M Y K H S L
Decimal 203 245 1 0.17 0 1.00 0.04 70.33 0.99 0.48
Hex CB F5 1 11 0 64 4 46 63 30
Octal 313 365 1 21 0 144 4 106 143 60
Binary 11001011 11110101 1 10001 0 1100100 100 1000110 1100011 110000

Color Harmonies of #CBF501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBF501

Black with #CBF501

Text Example


Text Example

White with #CBF501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBF501; }

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

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

background-color css

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

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

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

border-color css

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

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

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