Html Css Color HEX #CDE201 Electric Lime

📋 copy color: '#CDE201'

red 205 ◦ green 226 ◦ blue 1

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

Shades of Electric Lime #CDE201

Tints of Electric Lime #CDE201

RGB

 RED value IS 205 (80.47% from 255) = 47.45%

 GREEN value IS 226 (88.67% from 255) = 52.31%

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

R = 47.45%
G = 52.31%
B = 0.23%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 1.00

 K value IS 0.11

RGB Variations

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

Color information

#CDE201 (or 0xCDE201) is known color: Electric Lime. HEX triplet: CD, E2 and 01. RGB value is (205,226,1). Sum of RGB (Red+Green+Blue) = 205+226+1=432 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.45% from 432); Green value is 226 (88.67% from 255 or 52.31% from 432); Blue value is 1 (0.78% from 255 or 0.23% from 432); Max value from RGB is 226 - color contains mainly: green. Hex color #CDE201 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDE201 is #321DFE. Grayscale: #C2C2C2. Windows color (decimal): -3284479 or 123597. OLE color: 123597.

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

Color convert

RGB 205 226 1 -
CMYK 0.09 0 1.00 0.11
HSL 65.6º 0.99% 0.45% -
HSV(B) 65.6º 1% 0.89% -
XYZ 52.38 67.37 10.27 -
YUV 194.07 19.04 135.8 -
System Red Green Blue C M Y K H S L
Decimal 205 226 1 0.09 0 1.00 0.11 65.6 0.99 0.45
Hex CD E2 1 9 0 64 B 42 63 2D
Octal 315 342 1 11 0 144 13 102 143 55
Binary 11001101 11100010 1 1001 0 1100100 1011 1000010 1100011 101101

Color Harmonies of #CDE201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE201

Black with #CDE201

Text Example


Text Example

White with #CDE201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE201; }

 p { color: rgb(205,226,1); }

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

background-color css

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

 a { background-color: rgb(205,226,1); }

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

border-color css

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

 span { border-color: rgb(205,226,1); }

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