Html Css Color HEX #CDF513 Electric Lime

📋 copy color: '#CDF513'

red 205 ◦ green 245 ◦ blue 19

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

Shades of Electric Lime #CDF513

Tints of Electric Lime #CDF513

RGB

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

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

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

R = 43.71%
G = 52.24%
B = 4.05%

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

#CDF513 (or 0xCDF513) is known color: Electric Lime. HEX triplet: CD, F5 and 13. RGB value is (205,245,19). Sum of RGB (Red+Green+Blue) = 205+245+19=469 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.71% from 469); Green value is 245 (96.09% from 255 or 52.24% from 469); Blue value is 19 (7.81% from 255 or 4.05% from 469); Max value from RGB is 245 - color contains mainly: green. Hex color #CDF513 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDF513 is #320AEC. Grayscale: #D0D0D0. Windows color (decimal): -3279597 or 1308109. OLE color: 1308109.

HSL color Cylindrical-coordinate representation of color #CDF513: hue angle of 70.62º degrees, saturation: 0.92, 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 #CDF513 is Cyan = 0.16, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.04.

Color convert

RGB 205 245 19 -
CMYK 0.16 0 0.92 0.04
HSL 70.62º 0.92% 0.52% -
HSV(B) 70.62º 0.92% 0.96% -
XYZ 57.95 78.33 12.68 -
YUV 207.28 21.75 126.38 -
System Red Green Blue C M Y K H S L
Decimal 205 245 19 0.16 0 0.92 0.04 70.62 0.92 0.52
Hex CD F5 13 10 0 5C 4 47 5C 34
Octal 315 365 23 20 0 134 4 107 134 64
Binary 11001101 11110101 10011 10000 0 1011100 100 1000111 1011100 110100

Color Harmonies of #CDF513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDF513

Black with #CDF513

Text Example


Text Example

White with #CDF513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDF513; }

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

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

background-color css

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

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

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

border-color css

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

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

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