Html Css Color HEX #CDF917 Electric Lime

📋 copy color: '#CDF917'

red 205 ◦ green 249 ◦ blue 23

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

Shades of Electric Lime #CDF917

Tints of Electric Lime #CDF917

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 4.82%

R = 42.98%
G = 52.2%
B = 4.82%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.91

 K value IS 0.02

RGB Variations

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

Color information

#CDF917 (or 0xCDF917) is known color: Electric Lime. HEX triplet: CD, F9 and 17. RGB value is (205,249,23). Sum of RGB (Red+Green+Blue) = 205+249+23=477 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.98% from 477); Green value is 249 (97.66% from 255 or 52.20% from 477); Blue value is 23 (9.38% from 255 or 4.82% from 477); Max value from RGB is 249 - color contains mainly: green. Hex color #CDF917 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDF917 is #3206E8. Grayscale: #D2D2D2. Windows color (decimal): -3278569 or 1571277. OLE color: 1571277.

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

Color convert

RGB 205 249 23 -
CMYK 0.18 0 0.91 0.02
HSL 71.68º 0.95% 0.53% -
HSV(B) 71.68º 0.91% 0.98% -
XYZ 59.21 80.79 13.28 -
YUV 210.08 22.42 124.38 -
System Red Green Blue C M Y K H S L
Decimal 205 249 23 0.18 0 0.91 0.02 71.68 0.95 0.53
Hex CD F9 17 12 0 5B 2 48 5F 35
Octal 315 371 27 22 0 133 2 110 137 65
Binary 11001101 11111001 10111 10010 0 1011011 10 1001000 1011111 110101

Color Harmonies of #CDF917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDF917

Black with #CDF917

Text Example


Text Example

White with #CDF917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDF917; }

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

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

background-color css

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

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

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

border-color css

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

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

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