Html Css Color HEX #CDEA0D Electric Lime

📋 copy color: '#CDEA0D'

red 205 ◦ green 234 ◦ blue 13

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

Shades of Electric Lime #CDEA0D

Tints of Electric Lime #CDEA0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 2.88%

R = 45.35%
G = 51.77%
B = 2.88%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#CDEA0D (or 0xCDEA0D) is known color: Electric Lime. HEX triplet: CD, EA and 0D. RGB value is (205,234,13). Sum of RGB (Red+Green+Blue) = 205+234+13=452 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.35% from 452); Green value is 234 (91.80% from 255 or 51.77% from 452); Blue value is 13 (5.47% from 255 or 2.88% from 452); Max value from RGB is 234 - color contains mainly: green. Hex color #CDEA0D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDEA0D is #3215F2. Grayscale: #C8C8C8. Windows color (decimal): -3282419 or 912077. OLE color: 912077.

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

Color convert

RGB 205 234 13 -
CMYK 0.12 0 0.94 0.08
HSL 67.87º 0.89% 0.48% -
HSV(B) 67.87º 0.94% 0.92% -
XYZ 54.67 71.85 11.37 -
YUV 200.14 22.39 131.47 -
System Red Green Blue C M Y K H S L
Decimal 205 234 13 0.12 0 0.94 0.08 67.87 0.89 0.48
Hex CD EA D C 0 5E 8 44 59 30
Octal 315 352 15 14 0 136 10 104 131 60
Binary 11001101 11101010 1101 1100 0 1011110 1000 1000100 1011001 110000

Color Harmonies of #CDEA0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDEA0D

Black with #CDEA0D

Text Example


Text Example

White with #CDEA0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDEA0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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