Html Css Color HEX #CDEC03 Electric Lime

📋 copy color: '#CDEC03'

red 205 ◦ green 236 ◦ blue 3

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

Shades of Electric Lime #CDEC03

Tints of Electric Lime #CDEC03

RGB

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

 GREEN value IS 236 (92.58% from 255) = 53.15%

 BLUE value IS 3 (1.56% from 255) = 0.68%

R = 46.17%
G = 53.15%
B = 0.68%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#CDEC03 (or 0xCDEC03) is known color: Electric Lime. HEX triplet: CD, EC and 03. RGB value is (205,236,3). Sum of RGB (Red+Green+Blue) = 205+236+3=444 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.17% from 444); Green value is 236 (92.58% from 255 or 53.15% from 444); Blue value is 3 (1.56% from 255 or 0.68% from 444); Max value from RGB is 236 - color contains mainly: green. Hex color #CDEC03 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDEC03 is #3213FC. Grayscale: #C9C9C9. Windows color (decimal): -3281917 or 257229. OLE color: 257229.

HSL color Cylindrical-coordinate representation of color #CDEC03: hue angle of 67.98º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CDEC03 is Cyan = 0.13, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.07.

Color convert

RGB 205 236 3 -
CMYK 0.13 0 0.99 0.07
HSL 67.98º 0.97% 0.47% -
HSV(B) 67.98º 0.99% 0.93% -
XYZ 55.19 72.98 11.26 -
YUV 200.17 16.73 131.45 -
System Red Green Blue C M Y K H S L
Decimal 205 236 3 0.13 0 0.99 0.07 67.98 0.97 0.47
Hex CD EC 3 D 0 63 7 44 61 2F
Octal 315 354 3 15 0 143 7 104 141 57
Binary 11001101 11101100 11 1101 0 1100011 111 1000100 1100001 101111

Color Harmonies of #CDEC03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDEC03

Black with #CDEC03

Text Example


Text Example

White with #CDEC03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDEC03; }

 p { color: rgb(205,236,3); }

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

background-color css

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

 a { background-color: rgb(205,236,3); }

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

border-color css

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

 span { border-color: rgb(205,236,3); }

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