Html Css Color HEX #CDEB0A Electric Lime

📋 copy color: '#CDEB0A'

red 205 ◦ green 235 ◦ blue 10

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

Shades of Electric Lime #CDEB0A

Tints of Electric Lime #CDEB0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.22%

R = 45.56%
G = 52.22%
B = 2.22%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.96

 K value IS 0.08

RGB Variations

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

Color information

#CDEB0A (or 0xCDEB0A) is known color: Electric Lime. HEX triplet: CD, EB and 0A. RGB value is (205,235,10). Sum of RGB (Red+Green+Blue) = 205+235+10=450 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.56% from 450); Green value is 235 (92.19% from 255 or 52.22% from 450); Blue value is 10 (4.30% from 255 or 2.22% from 450); Max value from RGB is 235 - color contains mainly: green. Hex color #CDEB0A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDEB0A is #3214F5. Grayscale: #C9C9C9. Windows color (decimal): -3282166 or 715725. OLE color: 715725.

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

Color convert

RGB 205 235 10 -
CMYK 0.13 0 0.96 0.08
HSL 68º 0.92% 0.48% -
HSV(B) 68º 0.96% 0.92% -
XYZ 54.94 72.42 11.37 -
YUV 200.38 20.56 131.3 -
System Red Green Blue C M Y K H S L
Decimal 205 235 10 0.13 0 0.96 0.08 68 0.92 0.48
Hex CD EB A D 0 60 8 44 5C 30
Octal 315 353 12 15 0 140 10 104 134 60
Binary 11001101 11101011 1010 1101 0 1100000 1000 1000100 1011100 110000

Color Harmonies of #CDEB0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDEB0A

Black with #CDEB0A

Text Example


Text Example

White with #CDEB0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDEB0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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