Html Css Color HEX #CBDE01 Electric Lime

📋 copy color: '#CBDE01'

red 203 ◦ green 222 ◦ blue 1

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

Shades of Electric Lime #CBDE01

Tints of Electric Lime #CBDE01

RGB

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

 GREEN value IS 222 (87.11% from 255) = 52.11%

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

R = 47.65%
G = 52.11%
B = 0.23%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 1.00

 K value IS 0.13

RGB Variations

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

Color information

#CBDE01 (or 0xCBDE01) is known color: Electric Lime. HEX triplet: CB, DE and 01. RGB value is (203,222,1). Sum of RGB (Red+Green+Blue) = 203+222+1=426 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.65% from 426); Green value is 222 (87.11% from 255 or 52.11% from 426); Blue value is 1 (0.78% from 255 or 0.23% from 426); Max value from RGB is 222 - color contains mainly: green. Hex color #CBDE01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBDE01 is #3421FE. Grayscale: #BFBFBF. Windows color (decimal): -3416575 or 122571. OLE color: 122571.

HSL color Cylindrical-coordinate representation of color #CBDE01: hue angle of 65.16º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CBDE01 is Cyan = 0.09, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.13.

Color convert

RGB 203 222 1 -
CMYK 0.09 0 1.00 0.13
HSL 65.16º 0.99% 0.44% -
HSV(B) 65.16º 1% 0.87% -
XYZ 50.76 64.94 9.89 -
YUV 191.13 20.71 136.47 -
System Red Green Blue C M Y K H S L
Decimal 203 222 1 0.09 0 1.00 0.13 65.16 0.99 0.44
Hex CB DE 1 9 0 64 D 41 63 2C
Octal 313 336 1 11 0 144 15 101 143 54
Binary 11001011 11011110 1 1001 0 1100100 1101 1000001 1100011 101100

Color Harmonies of #CBDE01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBDE01

Black with #CBDE01

Text Example


Text Example

White with #CBDE01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBDE01; }

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

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

background-color css

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

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

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

border-color css

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

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

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