Html Css Color HEX #CDEB0D Electric Lime

📋 copy color: '#CDEB0D'

red 205 ◦ green 235 ◦ blue 13

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

Shades of Electric Lime #CDEB0D

Tints of Electric Lime #CDEB0D

RGB

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

 GREEN value IS 235 (92.19% from 255) = 51.88%

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

R = 45.25%
G = 51.88%
B = 2.87%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#CDEB0D (or 0xCDEB0D) is known color: Electric Lime. HEX triplet: CD, EB and 0D. RGB value is (205,235,13). Sum of RGB (Red+Green+Blue) = 205+235+13=453 (60% of max value = 765). Red value is 205 (80.47% from 255 or 45.25% from 453); Green value is 235 (92.19% from 255 or 51.88% from 453); Blue value is 13 (5.47% from 255 or 2.87% from 453); Max value from RGB is 235 - color contains mainly: green. Hex color #CDEB0D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDEB0D is #3214F2. Grayscale: #C9C9C9. Windows color (decimal): -3282163 or 912333. OLE color: 912333.

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

Color convert

RGB 205 235 13 -
CMYK 0.13 0 0.94 0.08
HSL 68.11º 0.9% 0.49% -
HSV(B) 68.11º 0.94% 0.92% -
XYZ 54.96 72.42 11.46 -
YUV 200.72 22.06 131.05 -
System Red Green Blue C M Y K H S L
Decimal 205 235 13 0.13 0 0.94 0.08 68.11 0.9 0.49
Hex CD EB D D 0 5E 8 44 5A 31
Octal 315 353 15 15 0 136 10 104 132 61
Binary 11001101 11101011 1101 1101 0 1011110 1000 1000100 1011010 110001

Color Harmonies of #CDEB0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDEB0D

Black with #CDEB0D

Text Example


Text Example

White with #CDEB0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDEB0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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