Html Css Color HEX #2FB413 Kelly Green

📋 copy color: '#2FB413'

red 47 ◦ green 180 ◦ blue 19

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

Shades of Kelly Green #2FB413

Tints of Kelly Green #2FB413

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.72%

R = 19.11%
G = 73.17%
B = 7.72%

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

#2FB413 (or 0x2FB413) is known color: Kelly Green. HEX triplet: 2F, B4 and 13. RGB value is (47,180,19). Sum of RGB (Red+Green+Blue) = 47+180+19=246 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.11% from 246); Green value is 180 (70.70% from 255 or 73.17% from 246); Blue value is 19 (7.81% from 255 or 7.72% from 246); Max value from RGB is 180 - color contains mainly: green. Hex color #2FB413 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FB413 is #D04BEC. Grayscale: #7A7A7A. Windows color (decimal): -13650925 or 1291311. OLE color: 1291311.

HSL color Cylindrical-coordinate representation of color #2FB413: hue angle of 109.57º degrees, saturation: 0.81, 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 #2FB413 is Cyan = 0.74, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.29.

Color convert

RGB 47 180 19 -
CMYK 0.74 0 0.89 0.29
HSL 109.57º 0.81% 0.39% -
HSV(B) 109.57º 0.89% 0.71% -
XYZ 17.61 33.29 6.11 -
YUV 121.88 69.94 74.59 -
System Red Green Blue C M Y K H S L
Decimal 47 180 19 0.74 0 0.89 0.29 109.57 0.81 0.39
Hex 2F B4 13 4A 0 59 1D 6E 51 27
Octal 57 264 23 112 0 131 35 156 121 47
Binary 101111 10110100 10011 1001010 0 1011001 11101 1101110 1010001 100111

Color Harmonies of #2FB413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FB413

Black with #2FB413

Text Example


Text Example

White with #2FB413

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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