Html Css Color HEX #CBF201 Electric Lime

📋 copy color: '#CBF201'

red 203 ◦ green 242 ◦ blue 1

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

Shades of Electric Lime #CBF201

Tints of Electric Lime #CBF201

RGB

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

 GREEN value IS 242 (94.92% from 255) = 54.26%

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

R = 45.52%
G = 54.26%
B = 0.22%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 1.00

 K value IS 0.05

RGB Variations

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

Color information

#CBF201 (or 0xCBF201) is known color: Electric Lime. HEX triplet: CB, F2 and 01. RGB value is (203,242,1). Sum of RGB (Red+Green+Blue) = 203+242+1=446 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.52% from 446); Green value is 242 (94.92% from 255 or 54.26% from 446); Blue value is 1 (0.78% from 255 or 0.22% from 446); Max value from RGB is 242 - color contains mainly: green. Hex color #CBF201 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBF201 is #340DFE. Grayscale: #CBCBCB. Windows color (decimal): -3411455 or 127691. OLE color: 127691.

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

Color convert

RGB 203 242 1 -
CMYK 0.16 0 1.00 0.05
HSL 69.71º 0.99% 0.48% -
HSV(B) 69.71º 1% 0.95% -
XYZ 56.39 76.2 11.77 -
YUV 202.87 14.08 128.1 -
System Red Green Blue C M Y K H S L
Decimal 203 242 1 0.16 0 1.00 0.05 69.71 0.99 0.48
Hex CB F2 1 10 0 64 5 46 63 30
Octal 313 362 1 20 0 144 5 106 143 60
Binary 11001011 11110010 1 10000 0 1100100 101 1000110 1100011 110000

Color Harmonies of #CBF201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBF201

Black with #CBF201

Text Example


Text Example

White with #CBF201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBF201; }

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

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

background-color css

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

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

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

border-color css

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

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

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