Html Css Color HEX #CDEA11 Electric Lime

📋 copy color: '#CDEA11'

red 205 ◦ green 234 ◦ blue 17

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

Shades of Electric Lime #CDEA11

Tints of Electric Lime #CDEA11

RGB

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

 GREEN value IS 234 (91.8% from 255) = 51.32%

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

R = 44.96%
G = 51.32%
B = 3.73%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.93

 K value IS 0.08

RGB Variations

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

Color information

#CDEA11 (or 0xCDEA11) is known color: Electric Lime. HEX triplet: CD, EA and 11. RGB value is (205,234,17). Sum of RGB (Red+Green+Blue) = 205+234+17=456 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.96% from 456); Green value is 234 (91.80% from 255 or 51.32% from 456); Blue value is 17 (7.03% from 255 or 3.73% from 456); Max value from RGB is 234 - color contains mainly: green. Hex color #CDEA11 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDEA11 is #3215EE. Grayscale: #C9C9C9. Windows color (decimal): -3282415 or 1174221. OLE color: 1174221.

HSL color Cylindrical-coordinate representation of color #CDEA11: hue angle of 68.02º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CDEA11 is Cyan = 0.12, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.08.

Color convert

RGB 205 234 17 -
CMYK 0.12 0 0.93 0.08
HSL 68.02º 0.86% 0.49% -
HSV(B) 68.02º 0.93% 0.92% -
XYZ 54.7 71.87 11.52 -
YUV 200.59 24.39 131.14 -
System Red Green Blue C M Y K H S L
Decimal 205 234 17 0.12 0 0.93 0.08 68.02 0.86 0.49
Hex CD EA 11 C 0 5D 8 44 56 31
Octal 315 352 21 14 0 135 10 104 126 61
Binary 11001101 11101010 10001 1100 0 1011101 1000 1000100 1010110 110001

Color Harmonies of #CDEA11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDEA11

Black with #CDEA11

Text Example


Text Example

White with #CDEA11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDEA11; }

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

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

background-color css

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

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

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

border-color css

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

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

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