Html Css Color HEX #2FB414 Kelly Green

📋 copy color: '#2FB414'

red 47 ◦ green 180 ◦ blue 20

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

Shades of Kelly Green #2FB414

Tints of Kelly Green #2FB414

RGB

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

 GREEN value IS 180 (70.7% from 255) = 72.87%

 BLUE value IS 20 (8.2% from 255) = 8.1%

R = 19.03%
G = 72.87%
B = 8.1%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.89

 K value IS 0.29

RGB Variations

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

Color information

#2FB414 (or 0x2FB414) is known color: Kelly Green. HEX triplet: 2F, B4 and 14. RGB value is (47,180,20). Sum of RGB (Red+Green+Blue) = 47+180+20=247 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.03% from 247); Green value is 180 (70.70% from 255 or 72.87% from 247); Blue value is 20 (8.20% from 255 or 8.10% from 247); Max value from RGB is 180 - color contains mainly: green. Hex color #2FB414 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FB414 is #D04BEB. Grayscale: #7A7A7A. Windows color (decimal): -13650924 or 1356847. OLE color: 1356847.

HSL color Cylindrical-coordinate representation of color #2FB414: hue angle of 109.88º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2FB414 is Cyan = 0.74, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.29.

Color convert

RGB 47 180 20 -
CMYK 0.74 0 0.89 0.29
HSL 109.88º 0.8% 0.39% -
HSV(B) 109.88º 0.89% 0.71% -
XYZ 17.62 33.3 6.16 -
YUV 121.99 70.44 74.51 -
System Red Green Blue C M Y K H S L
Decimal 47 180 20 0.74 0 0.89 0.29 109.88 0.8 0.39
Hex 2F B4 14 4A 0 59 1D 6E 50 27
Octal 57 264 24 112 0 131 35 156 120 47
Binary 101111 10110100 10100 1001010 0 1011001 11101 1101110 1010000 100111

Color Harmonies of #2FB414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FB414

Black with #2FB414

Text Example


Text Example

White with #2FB414

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,180,20); }

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

background-color css

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

 a { background-color: rgb(47,180,20); }

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

border-color css

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

 span { border-color: rgb(47,180,20); }

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