Html Css Color HEX #CDF618 Electric Lime

📋 copy color: '#CDF618'

red 205 ◦ green 246 ◦ blue 24

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

Shades of Electric Lime #CDF618

Tints of Electric Lime #CDF618

RGB

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

 GREEN value IS 246 (96.48% from 255) = 51.79%

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

R = 43.16%
G = 51.79%
B = 5.05%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.90

 K value IS 0.04

RGB Variations

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

Color information

#CDF618 (or 0xCDF618) is known color: Electric Lime. HEX triplet: CD, F6 and 18. RGB value is (205,246,24). Sum of RGB (Red+Green+Blue) = 205+246+24=475 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.16% from 475); Green value is 246 (96.48% from 255 or 51.79% from 475); Blue value is 24 (9.77% from 255 or 5.05% from 475); Max value from RGB is 246 - color contains mainly: green. Hex color #CDF618 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDF618 is #3209E7. Grayscale: #D1D1D1. Windows color (decimal): -3279336 or 1636045. OLE color: 1636045.

HSL color Cylindrical-coordinate representation of color #CDF618: hue angle of 71.08º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CDF618 is Cyan = 0.17, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.04.

Color convert

RGB 205 246 24 -
CMYK 0.17 0 0.90 0.04
HSL 71.08º 0.93% 0.53% -
HSV(B) 71.08º 0.9% 0.96% -
XYZ 58.3 78.96 13.03 -
YUV 208.43 23.92 125.55 -
System Red Green Blue C M Y K H S L
Decimal 205 246 24 0.17 0 0.90 0.04 71.08 0.93 0.53
Hex CD F6 18 11 0 5A 4 47 5C 35
Octal 315 366 30 21 0 132 4 107 134 65
Binary 11001101 11110110 11000 10001 0 1011010 100 1000111 1011100 110101

Color Harmonies of #CDF618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDF618

Black with #CDF618

Text Example


Text Example

White with #CDF618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDF618; }

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

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

background-color css

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

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

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

border-color css

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

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

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