Html Css Color HEX #CDF015 Electric Lime

📋 copy color: '#CDF015'

red 205 ◦ green 240 ◦ blue 21

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

Shades of Electric Lime #CDF015

Tints of Electric Lime #CDF015

RGB

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

 GREEN value IS 240 (94.14% from 255) = 51.5%

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

R = 43.99%
G = 51.5%
B = 4.51%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.91

 K value IS 0.06

RGB Variations

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

Color information

#CDF015 (or 0xCDF015) is known color: Electric Lime. HEX triplet: CD, F0 and 15. RGB value is (205,240,21). Sum of RGB (Red+Green+Blue) = 205+240+21=466 (61% of max value = 765). Red value is 205 (80.47% from 255 or 43.99% from 466); Green value is 240 (94.14% from 255 or 51.50% from 466); Blue value is 21 (8.59% from 255 or 4.51% from 466); Max value from RGB is 240 - color contains mainly: green. Hex color #CDF015 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDF015 is #320FEA. Grayscale: #CDCDCD. Windows color (decimal): -3280875 or 1437901. OLE color: 1437901.

HSL color Cylindrical-coordinate representation of color #CDF015: hue angle of 69.59º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CDF015 is Cyan = 0.15, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.06.

Color convert

RGB 205 240 21 -
CMYK 0.15 0 0.91 0.06
HSL 69.59º 0.88% 0.51% -
HSV(B) 69.59º 0.91% 0.94% -
XYZ 56.47 75.35 12.28 -
YUV 204.57 24.4 128.31 -
System Red Green Blue C M Y K H S L
Decimal 205 240 21 0.15 0 0.91 0.06 69.59 0.88 0.51
Hex CD F0 15 F 0 5B 6 46 58 33
Octal 315 360 25 17 0 133 6 106 130 63
Binary 11001101 11110000 10101 1111 0 1011011 110 1000110 1011000 110011

Color Harmonies of #CDF015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDF015

Black with #CDF015

Text Example


Text Example

White with #CDF015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDF015; }

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

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

background-color css

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

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

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

border-color css

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

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

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