Html Css Color HEX #2ECE02 Kelly Green

📋 copy color: '#2ECE02'

red 46 ◦ green 206 ◦ blue 2

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

Shades of Kelly Green #2ECE02

Tints of Kelly Green #2ECE02

RGB

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

 GREEN value IS 206 (80.86% from 255) = 81.1%

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

R = 18.11%
G = 81.1%
B = 0.79%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.99

 K value IS 0.19

RGB Variations

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

Color information

#2ECE02 (or 0x2ECE02) is known color: Kelly Green. HEX triplet: 2E, CE and 02. RGB value is (46,206,2). Sum of RGB (Red+Green+Blue) = 46+206+2=254 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.11% from 254); Green value is 206 (80.86% from 255 or 81.10% from 254); Blue value is 2 (1.17% from 255 or 0.79% from 254); Max value from RGB is 206 - color contains mainly: green. Hex color #2ECE02 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2ECE02 is #D131FD. Grayscale: #878787. Windows color (decimal): -13709822 or 183854. OLE color: 183854.

HSL color Cylindrical-coordinate representation of color #2ECE02: hue angle of 107.06º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2ECE02 is Cyan = 0.78, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.19.

Color convert

RGB 46 206 2 -
CMYK 0.78 0 0.99 0.19
HSL 107.06º 0.98% 0.41% -
HSV(B) 107.06º 0.99% 0.81% -
XYZ 23.21 44.73 7.47 -
YUV 134.9 52.99 64.59 -
System Red Green Blue C M Y K H S L
Decimal 46 206 2 0.78 0 0.99 0.19 107.06 0.98 0.41
Hex 2E CE 2 4E 0 63 13 6B 62 29
Octal 56 316 2 116 0 143 23 153 142 51
Binary 101110 11001110 10 1001110 0 1100011 10011 1101011 1100010 101001

Color Harmonies of #2ECE02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ECE02

Black with #2ECE02

Text Example


Text Example

White with #2ECE02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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