Html Css Color HEX #CDF714 Electric Lime

📋 copy color: '#CDF714'

red 205 ◦ green 247 ◦ blue 20

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

Shades of Electric Lime #CDF714

Tints of Electric Lime #CDF714

RGB

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

 GREEN value IS 247 (96.88% from 255) = 52.33%

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

R = 43.43%
G = 52.33%
B = 4.24%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.92

 K value IS 0.03

RGB Variations

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

Color information

#CDF714 (or 0xCDF714) is known color: Electric Lime. HEX triplet: CD, F7 and 14. RGB value is (205,247,20). Sum of RGB (Red+Green+Blue) = 205+247+20=472 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.43% from 472); Green value is 247 (96.88% from 255 or 52.33% from 472); Blue value is 20 (8.20% from 255 or 4.24% from 472); Max value from RGB is 247 - color contains mainly: green. Hex color #CDF714 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDF714 is #3208EB. Grayscale: #D1D1D1. Windows color (decimal): -3279084 or 1374157. OLE color: 1374157.

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

Color convert

RGB 205 247 20 -
CMYK 0.17 0 0.92 0.03
HSL 71.1º 0.93% 0.52% -
HSV(B) 71.1º 0.92% 0.97% -
XYZ 58.56 79.55 12.93 -
YUV 208.56 21.59 125.46 -
System Red Green Blue C M Y K H S L
Decimal 205 247 20 0.17 0 0.92 0.03 71.1 0.93 0.52
Hex CD F7 14 11 0 5C 3 47 5D 34
Octal 315 367 24 21 0 134 3 107 135 64
Binary 11001101 11110111 10100 10001 0 1011100 11 1000111 1011101 110100

Color Harmonies of #CDF714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDF714

Black with #CDF714

Text Example


Text Example

White with #CDF714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDF714; }

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

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

background-color css

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

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

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

border-color css

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

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

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