Html Css Color HEX #CDF412 Electric Lime

📋 copy color: '#CDF412'

red 205 ◦ green 244 ◦ blue 18

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

Shades of Electric Lime #CDF412

Tints of Electric Lime #CDF412

RGB

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

 GREEN value IS 244 (95.7% from 255) = 52.25%

 BLUE value IS 18 (7.42% from 255) = 3.85%

R = 43.9%
G = 52.25%
B = 3.85%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#CDF412 (or 0xCDF412) is known color: Electric Lime. HEX triplet: CD, F4 and 12. RGB value is (205,244,18). Sum of RGB (Red+Green+Blue) = 205+244+18=467 (61% of max value = 765). Red value is 205 (80.47% from 255 or 43.90% from 467); Green value is 244 (95.70% from 255 or 52.25% from 467); Blue value is 18 (7.42% from 255 or 3.85% from 467); Max value from RGB is 244 - color contains mainly: green. Hex color #CDF412 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDF412 is #320BED. Grayscale: #CFCFCF. Windows color (decimal): -3279854 or 1242317. OLE color: 1242317.

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

Color convert

RGB 205 244 18 -
CMYK 0.16 0 0.93 0.04
HSL 70.35º 0.91% 0.51% -
HSV(B) 70.35º 0.93% 0.96% -
XYZ 57.64 77.72 12.54 -
YUV 206.58 21.58 126.88 -
System Red Green Blue C M Y K H S L
Decimal 205 244 18 0.16 0 0.93 0.04 70.35 0.91 0.51
Hex CD F4 12 10 0 5D 4 46 5B 33
Octal 315 364 22 20 0 135 4 106 133 63
Binary 11001101 11110100 10010 10000 0 1011101 100 1000110 1011011 110011

Color Harmonies of #CDF412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDF412

Black with #CDF412

Text Example


Text Example

White with #CDF412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDF412; }

 p { color: rgb(205,244,18); }

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

background-color css

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

 a { background-color: rgb(205,244,18); }

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

border-color css

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

 span { border-color: rgb(205,244,18); }

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