Html Css Color HEX #2FB30F Kelly Green

📋 copy color: '#2FB30F'

red 47 ◦ green 179 ◦ blue 15

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

Shades of Kelly Green #2FB30F

Tints of Kelly Green #2FB30F

RGB

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

 GREEN value IS 179 (70.31% from 255) = 74.27%

 BLUE value IS 15 (6.25% from 255) = 6.22%

R = 19.5%
G = 74.27%
B = 6.22%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.92

 K value IS 0.30

RGB Variations

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

Color information

#2FB30F (or 0x2FB30F) is known color: Kelly Green. HEX triplet: 2F, B3 and 0F. RGB value is (47,179,15). Sum of RGB (Red+Green+Blue) = 47+179+15=241 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.50% from 241); Green value is 179 (70.31% from 255 or 74.27% from 241); Blue value is 15 (6.25% from 255 or 6.22% from 241); Max value from RGB is 179 - color contains mainly: green. Hex color #2FB30F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FB30F is #D04CF0. Grayscale: #797979. Windows color (decimal): -13651185 or 1028911. OLE color: 1028911.

HSL color Cylindrical-coordinate representation of color #2FB30F: hue angle of 108.29º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2FB30F is Cyan = 0.74, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.30.

Color convert

RGB 47 179 15 -
CMYK 0.74 0 0.92 0.30
HSL 108.29º 0.85% 0.38% -
HSV(B) 108.29º 0.92% 0.7% -
XYZ 17.38 32.88 5.88 -
YUV 120.84 68.27 75.34 -
System Red Green Blue C M Y K H S L
Decimal 47 179 15 0.74 0 0.92 0.30 108.29 0.85 0.38
Hex 2F B3 F 4A 0 5C 1E 6C 55 26
Octal 57 263 17 112 0 134 36 154 125 46
Binary 101111 10110011 1111 1001010 0 1011100 11110 1101100 1010101 100110

Color Harmonies of #2FB30F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FB30F

Black with #2FB30F

Text Example


Text Example

White with #2FB30F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,179,15); }

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

background-color css

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

 a { background-color: rgb(47,179,15); }

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

border-color css

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

 span { border-color: rgb(47,179,15); }

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