Html Css Color HEX #CDF110 Electric Lime

📋 copy color: '#CDF110'

red 205 ◦ green 241 ◦ blue 16

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

Shades of Electric Lime #CDF110

Tints of Electric Lime #CDF110

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.46%

R = 44.37%
G = 52.16%
B = 3.46%

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

#CDF110 (or 0xCDF110) is known color: Electric Lime. HEX triplet: CD, F1 and 10. RGB value is (205,241,16). Sum of RGB (Red+Green+Blue) = 205+241+16=462 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.37% from 462); Green value is 241 (94.53% from 255 or 52.16% from 462); Blue value is 16 (6.64% from 255 or 3.46% from 462); Max value from RGB is 241 - color contains mainly: green. Hex color #CDF110 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDF110 is #320EEF. Grayscale: #CDCDCD. Windows color (decimal): -3280624 or 1110477. OLE color: 1110477.

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

Color convert

RGB 205 241 16 -
CMYK 0.15 0 0.93 0.05
HSL 69.6º 0.89% 0.5% -
HSV(B) 69.6º 0.93% 0.95% -
XYZ 56.73 75.93 12.16 -
YUV 204.59 21.57 128.3 -
System Red Green Blue C M Y K H S L
Decimal 205 241 16 0.15 0 0.93 0.05 69.6 0.89 0.5
Hex CD F1 10 F 0 5D 5 46 59 32
Octal 315 361 20 17 0 135 5 106 131 62
Binary 11001101 11110001 10000 1111 0 1011101 101 1000110 1011001 110010

Color Harmonies of #CDF110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDF110

Black with #CDF110

Text Example


Text Example

White with #CDF110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDF110; }

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

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

background-color css

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

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

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

border-color css

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

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

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