Html Css Color HEX #CDF413 Electric Lime

📋 copy color: '#CDF413'

red 205 ◦ green 244 ◦ blue 19

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

Shades of Electric Lime #CDF413

Tints of Electric Lime #CDF413

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.06%

R = 43.8%
G = 52.14%
B = 4.06%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.92

 K value IS 0.04

RGB Variations

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

Color information

#CDF413 (or 0xCDF413) is known color: Electric Lime. HEX triplet: CD, F4 and 13. RGB value is (205,244,19). Sum of RGB (Red+Green+Blue) = 205+244+19=468 (61% of max value = 765). Red value is 205 (80.47% from 255 or 43.80% from 468); Green value is 244 (95.70% from 255 or 52.14% from 468); Blue value is 19 (7.81% from 255 or 4.06% from 468); Max value from RGB is 244 - color contains mainly: green. Hex color #CDF413 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDF413 is #320BEC. Grayscale: #CFCFCF. Windows color (decimal): -3279853 or 1307853. OLE color: 1307853.

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

Color convert

RGB 205 244 19 -
CMYK 0.16 0 0.92 0.04
HSL 70.4º 0.91% 0.52% -
HSV(B) 70.4º 0.92% 0.96% -
XYZ 57.65 77.73 12.58 -
YUV 206.69 22.08 126.8 -
System Red Green Blue C M Y K H S L
Decimal 205 244 19 0.16 0 0.92 0.04 70.4 0.91 0.52
Hex CD F4 13 10 0 5C 4 46 5B 34
Octal 315 364 23 20 0 134 4 106 133 64
Binary 11001101 11110100 10011 10000 0 1011100 100 1000110 1011011 110100

Color Harmonies of #CDF413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDF413

Black with #CDF413

Text Example


Text Example

White with #CDF413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDF413; }

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

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

background-color css

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

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

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

border-color css

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

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

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