Html Css Color HEX #CDFF11 Electric Lime

📋 copy color: '#CDFF11'

red 205 ◦ green 255 ◦ blue 17

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

Shades of Electric Lime #CDFF11

Tints of Electric Lime #CDFF11

RGB

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

 GREEN value IS 255 (100% from 255) = 53.46%

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

R = 42.98%
G = 53.46%
B = 3.56%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.93

 K value IS 0

RGB Variations

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

Color information

#CDFF11 (or 0xCDFF11) is known color: Electric Lime. HEX triplet: CD, FF and 11. RGB value is (205,255,17). Sum of RGB (Red+Green+Blue) = 205+255+17=477 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.98% from 477); Green value is 255 (100% from 255 or 53.46% from 477); Blue value is 17 (7.03% from 255 or 3.56% from 477); Max value from RGB is 255 - color contains mainly: green. Hex color #CDFF11 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDFF11 is #3200EE. Grayscale: #D5D5D5. Windows color (decimal): -3277039 or 1179597. OLE color: 1179597.

HSL color Cylindrical-coordinate representation of color #CDFF11: hue angle of 72.61º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CDFF11 is Cyan = 0.20, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.

Color convert

RGB 205 255 17 -
CMYK 0.20 0 0.93 0
HSL 72.61º 1% 0.53% -
HSV(B) 72.61º 0.93% 1% -
XYZ 61.04 84.54 13.63 -
YUV 212.92 17.44 122.35 -
System Red Green Blue C M Y K H S L
Decimal 205 255 17 0.20 0 0.93 0 72.61 1 0.53
Hex CD FF 11 14 0 5D 0 49 64 35
Octal 315 377 21 24 0 135 0 111 144 65
Binary 11001101 11111111 10001 10100 0 1011101 0 1001001 1100100 110101

Color Harmonies of #CDFF11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDFF11

Black with #CDFF11

Text Example


Text Example

White with #CDFF11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDFF11; }

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

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

background-color css

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

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

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

border-color css

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

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

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