Html Css Color HEX #CBDD01 Electric Lime

📋 copy color: '#CBDD01'

red 203 ◦ green 221 ◦ blue 1

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

Shades of Electric Lime #CBDD01

Tints of Electric Lime #CBDD01

RGB

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

 GREEN value IS 221 (86.72% from 255) = 52%

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

R = 47.76%
G = 52%
B = 0.24%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 1.00

 K value IS 0.13

RGB Variations

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

Color information

#CBDD01 (or 0xCBDD01) is known color: Electric Lime. HEX triplet: CB, DD and 01. RGB value is (203,221,1). Sum of RGB (Red+Green+Blue) = 203+221+1=425 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.76% from 425); Green value is 221 (86.72% from 255 or 52% from 425); Blue value is 1 (0.78% from 255 or 0.24% from 425); Max value from RGB is 221 - color contains mainly: green. Hex color #CBDD01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBDD01 is #3422FE. Grayscale: #BFBFBF. Windows color (decimal): -3416831 or 122315. OLE color: 122315.

HSL color Cylindrical-coordinate representation of color #CBDD01: hue angle of 64.91º 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 #CBDD01 is Cyan = 0.08, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.13.

Color convert

RGB 203 221 1 -
CMYK 0.08 0 1.00 0.13
HSL 64.91º 0.99% 0.44% -
HSV(B) 64.91º 1% 0.87% -
XYZ 50.49 64.41 9.8 -
YUV 190.54 21.04 136.89 -
System Red Green Blue C M Y K H S L
Decimal 203 221 1 0.08 0 1.00 0.13 64.91 0.99 0.44
Hex CB DD 1 8 0 64 D 41 63 2C
Octal 313 335 1 10 0 144 15 101 143 54
Binary 11001011 11011101 1 1000 0 1100100 1101 1000001 1100011 101100

Color Harmonies of #CBDD01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBDD01

Black with #CBDD01

Text Example


Text Example

White with #CBDD01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBDD01; }

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

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

background-color css

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

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

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

border-color css

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

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

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