Html Css Color HEX #2FAD1E Kelly Green

📋 copy color: '#2FAD1E'

red 47 ◦ green 173 ◦ blue 30

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

Shades of Kelly Green #2FAD1E

Tints of Kelly Green #2FAD1E

RGB

 RED value IS 47 (18.75% from 255) = 18.8%

 GREEN value IS 173 (67.97% from 255) = 69.2%

 BLUE value IS 30 (12.11% from 255) = 12%

R = 18.8%
G = 69.2%
B = 12%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.83

 K value IS 0.32

RGB Variations

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

Color information

#2FAD1E (or 0x2FAD1E) is known color: Kelly Green. HEX triplet: 2F, AD and 1E. RGB value is (47,173,30). Sum of RGB (Red+Green+Blue) = 47+173+30=250 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.8% from 250); Green value is 173 (67.97% from 255 or 69.2% from 250); Blue value is 30 (12.11% from 255 or 12% from 250); Max value from RGB is 173 - color contains mainly: green. Hex color #2FAD1E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2FAD1E is #D052E1. Grayscale: #777777. Windows color (decimal): -13652706 or 2010415. OLE color: 2010415.

HSL color Cylindrical-coordinate representation of color #2FAD1E: hue angle of 112.87º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2FAD1E is Cyan = 0.73, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.32.

Color convert

RGB 47 173 30 -
CMYK 0.73 0 0.83 0.32
HSL 112.87º 0.7% 0.4% -
HSV(B) 112.87º 0.83% 0.68% -
XYZ 16.35 30.59 6.27 -
YUV 119.02 77.76 76.63 -
System Red Green Blue C M Y K H S L
Decimal 47 173 30 0.73 0 0.83 0.32 112.87 0.7 0.4
Hex 2F AD 1E 49 0 53 20 71 46 28
Octal 57 255 36 111 0 123 40 161 106 50
Binary 101111 10101101 11110 1001001 0 1010011 100000 1110001 1000110 101000

Color Harmonies of #2FAD1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FAD1E

Black with #2FAD1E

Text Example


Text Example

White with #2FAD1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,173,30); }

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

background-color css

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

 a { background-color: rgb(47,173,30); }

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

border-color css

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

 span { border-color: rgb(47,173,30); }

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