Html Css Color HEX #CBFF01 Electric Lime

📋 copy color: '#CBFF01'

red 203 ◦ green 255 ◦ blue 1

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

Shades of Electric Lime #CBFF01

Tints of Electric Lime #CBFF01

RGB

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

 GREEN value IS 255 (100% from 255) = 55.56%

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

R = 44.23%
G = 55.56%
B = 0.22%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 1.00

 K value IS 0

RGB Variations

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

Color information

#CBFF01 (or 0xCBFF01) is known color: Electric Lime. HEX triplet: CB, FF and 01. RGB value is (203,255,1). Sum of RGB (Red+Green+Blue) = 203+255+1=459 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.23% from 459); Green value is 255 (100% from 255 or 55.56% from 459); Blue value is 1 (0.78% from 255 or 0.22% from 459); Max value from RGB is 255 - color contains mainly: green. Hex color #CBFF01 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBFF01 is #3400FE. Grayscale: #D3D3D3. Windows color (decimal): -3408127 or 131019. OLE color: 131019.

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

Color convert

RGB 203 255 1 -
CMYK 0.20 0 1.00 0
HSL 72.28º 1% 0.5% -
HSV(B) 72.28º 1% 1% -
XYZ 60.39 84.22 13.1 -
YUV 210.5 9.77 122.65 -
System Red Green Blue C M Y K H S L
Decimal 203 255 1 0.20 0 1.00 0 72.28 1 0.5
Hex CB FF 1 14 0 64 0 48 64 32
Octal 313 377 1 24 0 144 0 110 144 62
Binary 11001011 11111111 1 10100 0 1100100 0 1001000 1100100 110010

Color Harmonies of #CBFF01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBFF01

Black with #CBFF01

Text Example


Text Example

White with #CBFF01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBFF01; }

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

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

background-color css

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

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

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

border-color css

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

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

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