Html Css Color HEX #CDEE11 Electric Lime

📋 copy color: '#CDEE11'

red 205 ◦ green 238 ◦ blue 17

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

Shades of Electric Lime #CDEE11

Tints of Electric Lime #CDEE11

RGB

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

 GREEN value IS 238 (93.36% from 255) = 51.74%

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

R = 44.57%
G = 51.74%
B = 3.7%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.93

 K value IS 0.07

RGB Variations

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

Color information

#CDEE11 (or 0xCDEE11) is known color: Electric Lime. HEX triplet: CD, EE and 11. RGB value is (205,238,17). Sum of RGB (Red+Green+Blue) = 205+238+17=460 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.57% from 460); Green value is 238 (93.36% from 255 or 51.74% from 460); Blue value is 17 (7.03% from 255 or 3.70% from 460); Max value from RGB is 238 - color contains mainly: green. Hex color #CDEE11 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDEE11 is #3211EE. Grayscale: #CBCBCB. Windows color (decimal): -3281391 or 1175245. OLE color: 1175245.

HSL color Cylindrical-coordinate representation of color #CDEE11: hue angle of 68.96º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CDEE11 is Cyan = 0.14, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.07.

Color convert

RGB 205 238 17 -
CMYK 0.14 0 0.93 0.07
HSL 68.96º 0.87% 0.5% -
HSV(B) 68.96º 0.93% 0.93% -
XYZ 55.85 74.17 11.9 -
YUV 202.94 23.07 129.47 -
System Red Green Blue C M Y K H S L
Decimal 205 238 17 0.14 0 0.93 0.07 68.96 0.87 0.5
Hex CD EE 11 E 0 5D 7 45 57 32
Octal 315 356 21 16 0 135 7 105 127 62
Binary 11001101 11101110 10001 1110 0 1011101 111 1000101 1010111 110010

Color Harmonies of #CDEE11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDEE11

Black with #CDEE11

Text Example


Text Example

White with #CDEE11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDEE11; }

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

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

background-color css

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

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

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

border-color css

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

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

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