Html Css Color HEX #CDE30A Electric Lime

📋 copy color: '#CDE30A'

red 205 ◦ green 227 ◦ blue 10

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

Shades of Electric Lime #CDE30A

Tints of Electric Lime #CDE30A

RGB

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

 GREEN value IS 227 (89.06% from 255) = 51.36%

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

R = 46.38%
G = 51.36%
B = 2.26%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.96

 K value IS 0.11

RGB Variations

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

Color information

#CDE30A (or 0xCDE30A) is known color: Electric Lime. HEX triplet: CD, E3 and 0A. RGB value is (205,227,10). Sum of RGB (Red+Green+Blue) = 205+227+10=442 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.38% from 442); Green value is 227 (89.06% from 255 or 51.36% from 442); Blue value is 10 (4.30% from 255 or 2.26% from 442); Max value from RGB is 227 - color contains mainly: green. Hex color #CDE30A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDE30A is #321CF5. Grayscale: #C4C4C4. Windows color (decimal): -3284214 or 713677. OLE color: 713677.

HSL color Cylindrical-coordinate representation of color #CDE30A: hue angle of 66.08º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CDE30A is Cyan = 0.10, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.11.

Color convert

RGB 205 227 10 -
CMYK 0.10 0 0.96 0.11
HSL 66.08º 0.92% 0.46% -
HSV(B) 66.08º 0.96% 0.89% -
XYZ 52.7 67.94 10.62 -
YUV 195.68 23.21 134.64 -
System Red Green Blue C M Y K H S L
Decimal 205 227 10 0.10 0 0.96 0.11 66.08 0.92 0.46
Hex CD E3 A A 0 60 B 42 5C 2E
Octal 315 343 12 12 0 140 13 102 134 56
Binary 11001101 11100011 1010 1010 0 1100000 1011 1000010 1011100 101110

Color Harmonies of #CDE30A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE30A

Black with #CDE30A

Text Example


Text Example

White with #CDE30A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE30A; }

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

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

background-color css

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

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

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

border-color css

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

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

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