Html Css Color HEX #2ECF02 Kelly Green

📋 copy color: '#2ECF02'

red 46 ◦ green 207 ◦ blue 2

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

Shades of Kelly Green #2ECF02

Tints of Kelly Green #2ECF02

RGB

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

 GREEN value IS 207 (81.25% from 255) = 81.18%

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

R = 18.04%
G = 81.18%
B = 0.78%

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

#2ECF02 (or 0x2ECF02) is known color: Kelly Green. HEX triplet: 2E, CF and 02. RGB value is (46,207,2). Sum of RGB (Red+Green+Blue) = 46+207+2=255 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.04% from 255); Green value is 207 (81.25% from 255 or 81.18% from 255); Blue value is 2 (1.17% from 255 or 0.78% from 255); Max value from RGB is 207 - color contains mainly: green. Hex color #2ECF02 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2ECF02 is #D130FD. Grayscale: #888888. Windows color (decimal): -13709566 or 184110. OLE color: 184110.

HSL color Cylindrical-coordinate representation of color #2ECF02: hue angle of 107.12º 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 #2ECF02 is Cyan = 0.78, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.19.

Color convert

RGB 46 207 2 -
CMYK 0.78 0 0.99 0.19
HSL 107.12º 0.98% 0.41% -
HSV(B) 107.12º 0.99% 0.81% -
XYZ 23.45 45.21 7.55 -
YUV 135.49 52.66 64.17 -
System Red Green Blue C M Y K H S L
Decimal 46 207 2 0.78 0 0.99 0.19 107.12 0.98 0.41
Hex 2E CF 2 4E 0 63 13 6B 62 29
Octal 56 317 2 116 0 143 23 153 142 51
Binary 101110 11001111 10 1001110 0 1100011 10011 1101011 1100010 101001

Color Harmonies of #2ECF02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ECF02

Black with #2ECF02

Text Example


Text Example

White with #2ECF02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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