Html Css Color HEX #CDF111 Electric Lime

📋 copy color: '#CDF111'

red 205 ◦ green 241 ◦ blue 17

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

Shades of Electric Lime #CDF111

Tints of Electric Lime #CDF111

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 3.67%

R = 44.28%
G = 52.05%
B = 3.67%

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

#CDF111 (or 0xCDF111) is known color: Electric Lime. HEX triplet: CD, F1 and 11. RGB value is (205,241,17). Sum of RGB (Red+Green+Blue) = 205+241+17=463 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.28% from 463); Green value is 241 (94.53% from 255 or 52.05% from 463); Blue value is 17 (7.03% from 255 or 3.67% from 463); Max value from RGB is 241 - color contains mainly: green. Hex color #CDF111 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDF111 is #320EEE. Grayscale: #CDCDCD. Windows color (decimal): -3280623 or 1176013. OLE color: 1176013.

HSL color Cylindrical-coordinate representation of color #CDF111: hue angle of 69.64º 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 #CDF111 is Cyan = 0.15, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.

Color convert

RGB 205 241 17 -
CMYK 0.15 0 0.93 0.05
HSL 69.64º 0.89% 0.51% -
HSV(B) 69.64º 0.93% 0.95% -
XYZ 56.73 75.93 12.2 -
YUV 204.7 22.07 128.21 -
System Red Green Blue C M Y K H S L
Decimal 205 241 17 0.15 0 0.93 0.05 69.64 0.89 0.51
Hex CD F1 11 F 0 5D 5 46 59 33
Octal 315 361 21 17 0 135 5 106 131 63
Binary 11001101 11110001 10001 1111 0 1011101 101 1000110 1011001 110011

Color Harmonies of #CDF111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDF111

Black with #CDF111

Text Example


Text Example

White with #CDF111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDF111; }

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

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

background-color css

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

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

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

border-color css

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

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

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