Html Css Color HEX #CBFE01 Electric Lime

📋 copy color: '#CBFE01'

red 203 ◦ green 254 ◦ blue 1

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

Shades of Electric Lime #CBFE01

Tints of Electric Lime #CBFE01

RGB

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

 GREEN value IS 254 (99.61% from 255) = 55.46%

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

R = 44.32%
G = 55.46%
B = 0.22%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 1.00

 K value IS 0.00

RGB Variations

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

Color information

#CBFE01 (or 0xCBFE01) is known color: Electric Lime. HEX triplet: CB, FE and 01. RGB value is (203,254,1). Sum of RGB (Red+Green+Blue) = 203+254+1=458 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.32% from 458); Green value is 254 (99.61% from 255 or 55.46% from 458); Blue value is 1 (0.78% from 255 or 0.22% from 458); Max value from RGB is 254 - color contains mainly: green. Hex color #CBFE01 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBFE01 is #3401FE. Grayscale: #D2D2D2. Windows color (decimal): -3408383 or 130763. OLE color: 130763.

HSL color Cylindrical-coordinate representation of color #CBFE01: hue angle of 72.09º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CBFE01 is Cyan = 0.20, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.00.

Color convert

RGB 203 254 1 -
CMYK 0.20 0 1.00 0.00
HSL 72.09º 0.99% 0.5% -
HSV(B) 72.09º 1% 1% -
XYZ 60.08 83.58 13 -
YUV 209.91 10.1 123.07 -
System Red Green Blue C M Y K H S L
Decimal 203 254 1 0.20 0 1.00 0.00 72.09 0.99 0.5
Hex CB FE 1 14 0 64 0 48 63 32
Octal 313 376 1 24 0 144 0 110 143 62
Binary 11001011 11111110 1 10100 0 1100100 0 1001000 1100011 110010

Color Harmonies of #CBFE01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBFE01

Black with #CBFE01

Text Example


Text Example

White with #CBFE01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBFE01; }

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

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

background-color css

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

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

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

border-color css

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

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

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