Html Css Color HEX #CDF018 Electric Lime

📋 copy color: '#CDF018'

red 205 ◦ green 240 ◦ blue 24

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

Shades of Electric Lime #CDF018

Tints of Electric Lime #CDF018

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 5.12%

R = 43.71%
G = 51.17%
B = 5.12%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.9

 K value IS 0.06

RGB Variations

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

Color information

#CDF018 (or 0xCDF018) is known color: Electric Lime. HEX triplet: CD, F0 and 18. RGB value is (205,240,24). Sum of RGB (Red+Green+Blue) = 205+240+24=469 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.71% from 469); Green value is 240 (94.14% from 255 or 51.17% from 469); Blue value is 24 (9.77% from 255 or 5.12% from 469); Max value from RGB is 240 - color contains mainly: green. Hex color #CDF018 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDF018 is #320FE7. Grayscale: #CDCDCD. Windows color (decimal): -3280872 or 1634509. OLE color: 1634509.

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

Color convert

RGB 205 240 24 -
CMYK 0.15 0 0.9 0.06
HSL 69.72º 0.88% 0.52% -
HSV(B) 69.72º 0.9% 0.94% -
XYZ 56.5 75.37 12.43 -
YUV 204.91 25.9 128.06 -
System Red Green Blue C M Y K H S L
Decimal 205 240 24 0.15 0 0.9 0.06 69.72 0.88 0.52
Hex CD F0 18 F 0 5A 6 46 58 34
Octal 315 360 30 17 0 132 6 106 130 64
Binary 11001101 11110000 11000 1111 0 1011010 110 1000110 1011000 110100

Color Harmonies of #CDF018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDF018

Black with #CDF018

Text Example


Text Example

White with #CDF018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDF018; }

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

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

background-color css

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

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

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

border-color css

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

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

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