Html Css Color HEX #CDF60C Electric Lime

📋 copy color: '#CDF60C'

red 205 ◦ green 246 ◦ blue 12

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

Shades of Electric Lime #CDF60C

Tints of Electric Lime #CDF60C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.59%

R = 44.28%
G = 53.13%
B = 2.59%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.95

 K value IS 0.04

RGB Variations

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

Color information

#CDF60C (or 0xCDF60C) is known color: Electric Lime. HEX triplet: CD, F6 and 0C. RGB value is (205,246,12). Sum of RGB (Red+Green+Blue) = 205+246+12=463 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.28% from 463); Green value is 246 (96.48% from 255 or 53.13% from 463); Blue value is 12 (5.08% from 255 or 2.59% from 463); Max value from RGB is 246 - color contains mainly: green. Hex color #CDF60C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDF60C is #3209F3. Grayscale: #CFCFCF. Windows color (decimal): -3279348 or 849613. OLE color: 849613.

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

Color convert

RGB 205 246 12 -
CMYK 0.17 0 0.95 0.04
HSL 70.51º 0.93% 0.51% -
HSV(B) 70.51º 0.95% 0.96% -
XYZ 58.2 78.92 12.51 -
YUV 207.07 17.92 126.53 -
System Red Green Blue C M Y K H S L
Decimal 205 246 12 0.17 0 0.95 0.04 70.51 0.93 0.51
Hex CD F6 C 11 0 5F 4 47 5D 33
Octal 315 366 14 21 0 137 4 107 135 63
Binary 11001101 11110110 1100 10001 0 1011111 100 1000111 1011101 110011

Color Harmonies of #CDF60C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDF60C

Black with #CDF60C

Text Example


Text Example

White with #CDF60C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDF60C; }

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

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

background-color css

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

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

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

border-color css

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

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

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