Html Css Color HEX #CDF415 Electric Lime

📋 copy color: '#CDF415'

red 205 ◦ green 244 ◦ blue 21

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

Shades of Electric Lime #CDF415

Tints of Electric Lime #CDF415

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 4.47%

R = 43.62%
G = 51.91%
B = 4.47%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.91

 K value IS 0.04

RGB Variations

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

Color information

#CDF415 (or 0xCDF415) is known color: Electric Lime. HEX triplet: CD, F4 and 15. RGB value is (205,244,21). Sum of RGB (Red+Green+Blue) = 205+244+21=470 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.62% from 470); Green value is 244 (95.70% from 255 or 51.91% from 470); Blue value is 21 (8.59% from 255 or 4.47% from 470); Max value from RGB is 244 - color contains mainly: green. Hex color #CDF415 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDF415 is #320BEA. Grayscale: #CFCFCF. Windows color (decimal): -3279851 or 1438925. OLE color: 1438925.

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

Color convert

RGB 205 244 21 -
CMYK 0.16 0 0.91 0.04
HSL 70.49º 0.91% 0.52% -
HSV(B) 70.49º 0.91% 0.96% -
XYZ 57.66 77.73 12.67 -
YUV 206.92 23.08 126.63 -
System Red Green Blue C M Y K H S L
Decimal 205 244 21 0.16 0 0.91 0.04 70.49 0.91 0.52
Hex CD F4 15 10 0 5B 4 46 5B 34
Octal 315 364 25 20 0 133 4 106 133 64
Binary 11001101 11110100 10101 10000 0 1011011 100 1000110 1011011 110100

Color Harmonies of #CDF415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDF415

Black with #CDF415

Text Example


Text Example

White with #CDF415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDF415; }

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

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

background-color css

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

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

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

border-color css

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

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

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