Html Css Color HEX #CDE50C Electric Lime

📋 copy color: '#CDE50C'

red 205 ◦ green 229 ◦ blue 12

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

Shades of Electric Lime #CDE50C

Tints of Electric Lime #CDE50C

RGB

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

 GREEN value IS 229 (89.84% from 255) = 51.35%

 BLUE value IS 12 (5.08% from 255) = 2.69%

R = 45.96%
G = 51.35%
B = 2.69%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.95

 K value IS 0.10

RGB Variations

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

Color information

#CDE50C (or 0xCDE50C) is known color: Electric Lime. HEX triplet: CD, E5 and 0C. RGB value is (205,229,12). Sum of RGB (Red+Green+Blue) = 205+229+12=446 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.96% from 446); Green value is 229 (89.84% from 255 or 51.35% from 446); Blue value is 12 (5.08% from 255 or 2.69% from 446); Max value from RGB is 229 - color contains mainly: green. Hex color #CDE50C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDE50C is #321AF3. Grayscale: #C5C5C5. Windows color (decimal): -3283700 or 845261. OLE color: 845261.

HSL color Cylindrical-coordinate representation of color #CDE50C: hue angle of 66.64º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CDE50C is Cyan = 0.10, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.10.

Color convert

RGB 205 229 12 -
CMYK 0.10 0 0.95 0.10
HSL 66.64º 0.9% 0.47% -
HSV(B) 66.64º 0.95% 0.9% -
XYZ 53.26 69.04 10.87 -
YUV 197.09 23.55 133.64 -
System Red Green Blue C M Y K H S L
Decimal 205 229 12 0.10 0 0.95 0.10 66.64 0.9 0.47
Hex CD E5 C A 0 5F A 43 5A 2F
Octal 315 345 14 12 0 137 12 103 132 57
Binary 11001101 11100101 1100 1010 0 1011111 1010 1000011 1011010 101111

Color Harmonies of #CDE50C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE50C

Black with #CDE50C

Text Example


Text Example

White with #CDE50C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE50C; }

 p { color: rgb(205,229,12); }

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

background-color css

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

 a { background-color: rgb(205,229,12); }

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

border-color css

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

 span { border-color: rgb(205,229,12); }

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