Html Css Color HEX #2ECA00 Kelly Green

📋 copy color: '#2ECA00'

red 46 ◦ green 202 ◦ blue 0

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

Shades of Kelly Green #2ECA00

Tints of Kelly Green #2ECA00

RGB

 RED value IS 46 (18.36% from 255) = 18.55%

 GREEN value IS 202 (79.3% from 255) = 81.45%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 18.55%
G = 81.45%
B = 0%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 1

 K value IS 0.21

RGB Variations

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

Color information

#2ECA00 (or 0x2ECA00) is known color: Kelly Green. HEX triplet: 2E, CA and 00. RGB value is (46,202,0). Sum of RGB (Red+Green+Blue) = 46+202+0=248 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.55% from 248); Green value is 202 (79.30% from 255 or 81.45% from 248); Blue value is 0 (0.39% from 255 or 0% from 248); Max value from RGB is 202 - color contains mainly: green. Hex color #2ECA00 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2ECA00 is #D135FF. Grayscale: #848484. Windows color (decimal): -13710848 or 51758. OLE color: 51758.

HSL color Cylindrical-coordinate representation of color #2ECA00: hue angle of 106.34º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2ECA00 is Cyan = 0.77, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.21.

Color convert

RGB 46 202 0 -
CMYK 0.77 0 1 0.21
HSL 106.34º 1% 0.4% -
HSV(B) 106.34º 1% 0.79% -
XYZ 22.25 42.82 7.09 -
YUV 132.33 53.32 66.43 -
System Red Green Blue C M Y K H S L
Decimal 46 202 0 0.77 0 1 0.21 106.34 1 0.4
Hex 2E CA 0 4D 0 64 15 6A 64 28
Octal 56 312 0 115 0 144 25 152 144 50
Binary 101110 11001010 0 1001101 0 1100100 10101 1101010 1100100 101000

Color Harmonies of #2ECA00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ECA00

Black with #2ECA00

Text Example


Text Example

White with #2ECA00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2ECA00; }

 p { color: rgb(46,202,0); }

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

background-color css

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

 a { background-color: rgb(46,202,0); }

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

border-color css

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

 span { border-color: rgb(46,202,0); }

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