Html Css Color HEX #CDE100 Electric Lime

📋 copy color: '#CDE100'

red 205 ◦ green 225 ◦ blue 0

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

Shades of Electric Lime #CDE100

Tints of Electric Lime #CDE100

RGB

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

 GREEN value IS 225 (88.28% from 255) = 52.33%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 47.67%
G = 52.33%
B = 0%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 1

 K value IS 0.12

RGB Variations

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

Color information

#CDE100 (or 0xCDE100) is known color: Electric Lime. HEX triplet: CD, E1 and 00. RGB value is (205,225,0). Sum of RGB (Red+Green+Blue) = 205+225+0=430 (56% of max value = 765). Red value is 205 (80.47% from 255 or 47.67% from 430); Green value is 225 (88.28% from 255 or 52.33% from 430); Blue value is 0 (0.39% from 255 or 0% from 430); Max value from RGB is 225 - color contains mainly: green. Hex color #CDE100 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDE100 is #321EFF. Grayscale: #C2C2C2. Windows color (decimal): -3284736 or 57805. OLE color: 57805.

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

Color convert

RGB 205 225 0 -
CMYK 0.09 0 1 0.12
HSL 65.33º 1% 0.44% -
HSV(B) 65.33º 1% 0.88% -
XYZ 52.1 66.83 10.15 -
YUV 193.37 18.87 136.3 -
System Red Green Blue C M Y K H S L
Decimal 205 225 0 0.09 0 1 0.12 65.33 1 0.44
Hex CD E1 0 9 0 64 C 41 64 2C
Octal 315 341 0 11 0 144 14 101 144 54
Binary 11001101 11100001 0 1001 0 1100100 1100 1000001 1100100 101100

Color Harmonies of #CDE100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE100

Black with #CDE100

Text Example


Text Example

White with #CDE100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE100; }

 p { color: rgb(205,225,0); }

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

background-color css

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

 a { background-color: rgb(205,225,0); }

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

border-color css

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

 span { border-color: rgb(205,225,0); }

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