Html Css Color HEX #CDF112 Electric Lime

📋 copy color: '#CDF112'

red 205 ◦ green 241 ◦ blue 18

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

Shades of Electric Lime #CDF112

Tints of Electric Lime #CDF112

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 3.88%

R = 44.18%
G = 51.94%
B = 3.88%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#CDF112 (or 0xCDF112) is known color: Electric Lime. HEX triplet: CD, F1 and 12. RGB value is (205,241,18). Sum of RGB (Red+Green+Blue) = 205+241+18=464 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.18% from 464); Green value is 241 (94.53% from 255 or 51.94% from 464); Blue value is 18 (7.42% from 255 or 3.88% from 464); Max value from RGB is 241 - color contains mainly: green. Hex color #CDF112 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDF112 is #320EED. Grayscale: #CDCDCD. Windows color (decimal): -3280622 or 1241549. OLE color: 1241549.

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

Color convert

RGB 205 241 18 -
CMYK 0.15 0 0.93 0.05
HSL 69.69º 0.89% 0.51% -
HSV(B) 69.69º 0.93% 0.95% -
XYZ 56.74 75.93 12.24 -
YUV 204.81 22.57 128.13 -
System Red Green Blue C M Y K H S L
Decimal 205 241 18 0.15 0 0.93 0.05 69.69 0.89 0.51
Hex CD F1 12 F 0 5D 5 46 59 33
Octal 315 361 22 17 0 135 5 106 131 63
Binary 11001101 11110001 10010 1111 0 1011101 101 1000110 1011001 110011

Color Harmonies of #CDF112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDF112

Black with #CDF112

Text Example


Text Example

White with #CDF112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDF112; }

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

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

background-color css

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

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

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

border-color css

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

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

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