Html Css Color HEX #CDE001 Electric Lime

📋 copy color: '#CDE001'

red 205 ◦ green 224 ◦ blue 1

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

Shades of Electric Lime #CDE001

Tints of Electric Lime #CDE001

RGB

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

 GREEN value IS 224 (87.89% from 255) = 52.09%

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

R = 47.67%
G = 52.09%
B = 0.23%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 1.00

 K value IS 0.12

RGB Variations

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

Color information

#CDE001 (or 0xCDE001) is known color: Electric Lime. HEX triplet: CD, E0 and 01. RGB value is (205,224,1). Sum of RGB (Red+Green+Blue) = 205+224+1=430 (56% of max value = 765). Red value is 205 (80.47% from 255 or 47.67% from 430); Green value is 224 (87.89% from 255 or 52.09% from 430); Blue value is 1 (0.78% from 255 or 0.23% from 430); Max value from RGB is 224 - color contains mainly: green. Hex color #CDE001 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDE001 is #321FFE. Grayscale: #C1C1C1. Windows color (decimal): -3284991 or 123085. OLE color: 123085.

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

Color convert

RGB 205 224 1 -
CMYK 0.08 0 1.00 0.12
HSL 65.11º 0.99% 0.44% -
HSV(B) 65.11º 1% 0.88% -
XYZ 51.84 66.29 10.09 -
YUV 192.9 19.71 136.63 -
System Red Green Blue C M Y K H S L
Decimal 205 224 1 0.08 0 1.00 0.12 65.11 0.99 0.44
Hex CD E0 1 8 0 64 C 41 63 2C
Octal 315 340 1 10 0 144 14 101 143 54
Binary 11001101 11100000 1 1000 0 1100100 1100 1000001 1100011 101100

Color Harmonies of #CDE001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE001

Black with #CDE001

Text Example


Text Example

White with #CDE001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE001; }

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

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

background-color css

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

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

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

border-color css

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

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

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