Html Css Color HEX #CDF918 Electric Lime

📋 copy color: '#CDF918'

red 205 ◦ green 249 ◦ blue 24

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

Shades of Electric Lime #CDF918

Tints of Electric Lime #CDF918

RGB

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

 GREEN value IS 249 (97.66% from 255) = 52.09%

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

R = 42.89%
G = 52.09%
B = 5.02%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#CDF918 (or 0xCDF918) is known color: Electric Lime. HEX triplet: CD, F9 and 18. RGB value is (205,249,24). Sum of RGB (Red+Green+Blue) = 205+249+24=478 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.89% from 478); Green value is 249 (97.66% from 255 or 52.09% from 478); Blue value is 24 (9.77% from 255 or 5.02% from 478); Max value from RGB is 249 - color contains mainly: green. Hex color #CDF918 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDF918 is #3206E7. Grayscale: #D3D3D3. Windows color (decimal): -3278568 or 1636813. OLE color: 1636813.

HSL color Cylindrical-coordinate representation of color #CDF918: hue angle of 71.73º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CDF918 is Cyan = 0.18, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.02.

Color convert

RGB 205 249 24 -
CMYK 0.18 0 0.90 0.02
HSL 71.73º 0.95% 0.54% -
HSV(B) 71.73º 0.9% 0.98% -
XYZ 59.22 80.8 13.34 -
YUV 210.19 22.92 124.3 -
System Red Green Blue C M Y K H S L
Decimal 205 249 24 0.18 0 0.90 0.02 71.73 0.95 0.54
Hex CD F9 18 12 0 5A 2 48 5F 36
Octal 315 371 30 22 0 132 2 110 137 66
Binary 11001101 11111001 11000 10010 0 1011010 10 1001000 1011111 110110

Color Harmonies of #CDF918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDF918

Black with #CDF918

Text Example


Text Example

White with #CDF918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDF918; }

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

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

background-color css

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

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

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

border-color css

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

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

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