Html Css Color HEX #CDF514 Electric Lime

📋 copy color: '#CDF514'

red 205 ◦ green 245 ◦ blue 20

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

Shades of Electric Lime #CDF514

Tints of Electric Lime #CDF514

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.26%

R = 43.62%
G = 52.13%
B = 4.26%

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

#CDF514 (or 0xCDF514) is known color: Electric Lime. HEX triplet: CD, F5 and 14. RGB value is (205,245,20). Sum of RGB (Red+Green+Blue) = 205+245+20=470 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.62% from 470); Green value is 245 (96.09% from 255 or 52.13% from 470); Blue value is 20 (8.20% from 255 or 4.26% from 470); Max value from RGB is 245 - color contains mainly: green. Hex color #CDF514 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDF514 is #320AEB. Grayscale: #D0D0D0. Windows color (decimal): -3279596 or 1373645. OLE color: 1373645.

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

Color convert

RGB 205 245 20 -
CMYK 0.16 0 0.92 0.04
HSL 70.67º 0.92% 0.52% -
HSV(B) 70.67º 0.92% 0.96% -
XYZ 57.96 78.33 12.73 -
YUV 207.39 22.25 126.3 -
System Red Green Blue C M Y K H S L
Decimal 205 245 20 0.16 0 0.92 0.04 70.67 0.92 0.52
Hex CD F5 14 10 0 5C 4 47 5C 34
Octal 315 365 24 20 0 134 4 107 134 64
Binary 11001101 11110101 10100 10000 0 1011100 100 1000111 1011100 110100

Color Harmonies of #CDF514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDF514

Black with #CDF514

Text Example


Text Example

White with #CDF514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDF514; }

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

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

background-color css

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

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

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

border-color css

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

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

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