Html Css Color HEX #CDF512 Electric Lime

📋 copy color: '#CDF512'

red 205 ◦ green 245 ◦ blue 18

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

Shades of Electric Lime #CDF512

Tints of Electric Lime #CDF512

RGB

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

 GREEN value IS 245 (96.09% from 255) = 52.35%

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

R = 43.8%
G = 52.35%
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

#CDF512 (or 0xCDF512) is known color: Electric Lime. HEX triplet: CD, F5 and 12. RGB value is (205,245,18). Sum of RGB (Red+Green+Blue) = 205+245+18=468 (61% of max value = 765). Red value is 205 (80.47% from 255 or 43.80% from 468); Green value is 245 (96.09% from 255 or 52.35% from 468); Blue value is 18 (7.42% from 255 or 3.85% from 468); Max value from RGB is 245 - color contains mainly: green. Hex color #CDF512 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDF512 is #320AED. Grayscale: #D0D0D0. Windows color (decimal): -3279598 or 1242573. OLE color: 1242573.

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

Color convert

RGB 205 245 18 -
CMYK 0.16 0 0.93 0.04
HSL 70.57º 0.92% 0.52% -
HSV(B) 70.57º 0.93% 0.96% -
XYZ 57.94 78.33 12.64 -
YUV 207.16 21.25 126.46 -
System Red Green Blue C M Y K H S L
Decimal 205 245 18 0.16 0 0.93 0.04 70.57 0.92 0.52
Hex CD F5 12 10 0 5D 4 47 5C 34
Octal 315 365 22 20 0 135 4 107 134 64
Binary 11001101 11110101 10010 10000 0 1011101 100 1000111 1011100 110100

Color Harmonies of #CDF512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDF512

Black with #CDF512

Text Example


Text Example

White with #CDF512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDF512; }

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

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

background-color css

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

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

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

border-color css

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

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

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