Html Css Color HEX #2ECA02 Kelly Green

📋 copy color: '#2ECA02'

red 46 ◦ green 202 ◦ blue 2

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

Shades of Kelly Green #2ECA02

Tints of Kelly Green #2ECA02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.8%

R = 18.4%
G = 80.8%
B = 0.8%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.99

 K value IS 0.21

RGB Variations

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

Color information

#2ECA02 (or 0x2ECA02) is known color: Kelly Green. HEX triplet: 2E, CA and 02. RGB value is (46,202,2). Sum of RGB (Red+Green+Blue) = 46+202+2=250 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.4% from 250); Green value is 202 (79.30% from 255 or 80.8% from 250); Blue value is 2 (1.17% from 255 or 0.8% from 250); Max value from RGB is 202 - color contains mainly: green. Hex color #2ECA02 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2ECA02 is #D135FD. Grayscale: #858585. Windows color (decimal): -13710846 or 182830. OLE color: 182830.

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

Color convert

RGB 46 202 2 -
CMYK 0.77 0 0.99 0.21
HSL 106.8º 0.98% 0.4% -
HSV(B) 106.8º 0.99% 0.79% -
XYZ 22.26 42.83 7.15 -
YUV 132.56 54.32 66.26 -
System Red Green Blue C M Y K H S L
Decimal 46 202 2 0.77 0 0.99 0.21 106.8 0.98 0.4
Hex 2E CA 2 4D 0 63 15 6B 62 28
Octal 56 312 2 115 0 143 25 153 142 50
Binary 101110 11001010 10 1001101 0 1100011 10101 1101011 1100010 101000

Color Harmonies of #2ECA02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ECA02

Black with #2ECA02

Text Example


Text Example

White with #2ECA02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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