Html Css Color HEX #CDF60A Electric Lime

📋 copy color: '#CDF60A'

red 205 ◦ green 246 ◦ blue 10

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

Shades of Electric Lime #CDF60A

Tints of Electric Lime #CDF60A

RGB

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

 GREEN value IS 246 (96.48% from 255) = 53.36%

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

R = 44.47%
G = 53.36%
B = 2.17%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.96

 K value IS 0.04

RGB Variations

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

Color information

#CDF60A (or 0xCDF60A) is known color: Electric Lime. HEX triplet: CD, F6 and 0A. RGB value is (205,246,10). Sum of RGB (Red+Green+Blue) = 205+246+10=461 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.47% from 461); Green value is 246 (96.48% from 255 or 53.36% from 461); Blue value is 10 (4.30% from 255 or 2.17% from 461); Max value from RGB is 246 - color contains mainly: green. Hex color #CDF60A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDF60A is #3209F5. Grayscale: #CFCFCF. Windows color (decimal): -3279350 or 718541. OLE color: 718541.

HSL color Cylindrical-coordinate representation of color #CDF60A: hue angle of 70.42º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CDF60A is Cyan = 0.17, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.04.

Color convert

RGB 205 246 10 -
CMYK 0.17 0 0.96 0.04
HSL 70.42º 0.93% 0.5% -
HSV(B) 70.42º 0.96% 0.96% -
XYZ 58.19 78.91 12.45 -
YUV 206.84 16.92 126.69 -
System Red Green Blue C M Y K H S L
Decimal 205 246 10 0.17 0 0.96 0.04 70.42 0.93 0.5
Hex CD F6 A 11 0 60 4 46 5D 32
Octal 315 366 12 21 0 140 4 106 135 62
Binary 11001101 11110110 1010 10001 0 1100000 100 1000110 1011101 110010

Color Harmonies of #CDF60A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDF60A

Black with #CDF60A

Text Example


Text Example

White with #CDF60A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDF60A; }

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

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

background-color css

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

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

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

border-color css

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

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

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