Html Css Color HEX #CDF116 Electric Lime

📋 copy color: '#CDF116'

red 205 ◦ green 241 ◦ blue 22

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

Shades of Electric Lime #CDF116

Tints of Electric Lime #CDF116

RGB

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

 GREEN value IS 241 (94.53% from 255) = 51.5%

 BLUE value IS 22 (8.98% from 255) = 4.7%

R = 43.8%
G = 51.5%
B = 4.7%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#CDF116 (or 0xCDF116) is known color: Electric Lime. HEX triplet: CD, F1 and 16. RGB value is (205,241,22). Sum of RGB (Red+Green+Blue) = 205+241+22=468 (61% of max value = 765). Red value is 205 (80.47% from 255 or 43.80% from 468); Green value is 241 (94.53% from 255 or 51.50% from 468); Blue value is 22 (8.98% from 255 or 4.70% from 468); Max value from RGB is 241 - color contains mainly: green. Hex color #CDF116 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDF116 is #320EE9. Grayscale: #CECECE. Windows color (decimal): -3280618 or 1503693. OLE color: 1503693.

HSL color Cylindrical-coordinate representation of color #CDF116: hue angle of 69.86º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CDF116 is Cyan = 0.15, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.05.

Color convert

RGB 205 241 22 -
CMYK 0.15 0 0.91 0.05
HSL 69.86º 0.89% 0.52% -
HSV(B) 69.86º 0.91% 0.95% -
XYZ 56.78 75.95 12.43 -
YUV 205.27 24.57 127.81 -
System Red Green Blue C M Y K H S L
Decimal 205 241 22 0.15 0 0.91 0.05 69.86 0.89 0.52
Hex CD F1 16 F 0 5B 5 46 59 34
Octal 315 361 26 17 0 133 5 106 131 64
Binary 11001101 11110001 10110 1111 0 1011011 101 1000110 1011001 110100

Color Harmonies of #CDF116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDF116

Black with #CDF116

Text Example


Text Example

White with #CDF116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDF116; }

 p { color: rgb(205,241,22); }

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

background-color css

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

 a { background-color: rgb(205,241,22); }

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

border-color css

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

 span { border-color: rgb(205,241,22); }

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