Html Css Color HEX #CDE60A Electric Lime

📋 copy color: '#CDE60A'

red 205 ◦ green 230 ◦ blue 10

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

Shades of Electric Lime #CDE60A

Tints of Electric Lime #CDE60A

RGB

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

 GREEN value IS 230 (90.23% from 255) = 51.69%

 BLUE value IS 10 (4.3% from 255) = 2.25%

R = 46.07%
G = 51.69%
B = 2.25%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.96

 K value IS 0.10

RGB Variations

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

Color information

#CDE60A (or 0xCDE60A) is known color: Electric Lime. HEX triplet: CD, E6 and 0A. RGB value is (205,230,10). Sum of RGB (Red+Green+Blue) = 205+230+10=445 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.07% from 445); Green value is 230 (90.23% from 255 or 51.69% from 445); Blue value is 10 (4.30% from 255 or 2.25% from 445); Max value from RGB is 230 - color contains mainly: green. Hex color #CDE60A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDE60A is #3219F5. Grayscale: #C6C6C6. Windows color (decimal): -3283446 or 714445. OLE color: 714445.

HSL color Cylindrical-coordinate representation of color #CDE60A: hue angle of 66.82º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CDE60A is Cyan = 0.11, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.10.

Color convert

RGB 205 230 10 -
CMYK 0.11 0 0.96 0.10
HSL 66.82º 0.92% 0.47% -
HSV(B) 66.82º 0.96% 0.9% -
XYZ 53.53 69.59 10.9 -
YUV 197.45 22.22 133.39 -
System Red Green Blue C M Y K H S L
Decimal 205 230 10 0.11 0 0.96 0.10 66.82 0.92 0.47
Hex CD E6 A B 0 60 A 43 5C 2F
Octal 315 346 12 13 0 140 12 103 134 57
Binary 11001101 11100110 1010 1011 0 1100000 1010 1000011 1011100 101111

Color Harmonies of #CDE60A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE60A

Black with #CDE60A

Text Example


Text Example

White with #CDE60A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE60A; }

 p { color: rgb(205,230,10); }

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

background-color css

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

 a { background-color: rgb(205,230,10); }

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

border-color css

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

 span { border-color: rgb(205,230,10); }

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