Html Css Color HEX #2FB11A Kelly Green

📋 copy color: '#2FB11A'

red 47 ◦ green 177 ◦ blue 26

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

Shades of Kelly Green #2FB11A

Tints of Kelly Green #2FB11A

RGB

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

 GREEN value IS 177 (69.53% from 255) = 70.8%

 BLUE value IS 26 (10.55% from 255) = 10.4%

R = 18.8%
G = 70.8%
B = 10.4%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#2FB11A (or 0x2FB11A) is known color: Kelly Green. HEX triplet: 2F, B1 and 1A. RGB value is (47,177,26). Sum of RGB (Red+Green+Blue) = 47+177+26=250 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.8% from 250); Green value is 177 (69.53% from 255 or 70.8% from 250); Blue value is 26 (10.55% from 255 or 10.4% from 250); Max value from RGB is 177 - color contains mainly: green. Hex color #2FB11A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2FB11A is #D04EE5. Grayscale: #797979. Windows color (decimal): -13651686 or 1749295. OLE color: 1749295.

HSL color Cylindrical-coordinate representation of color #2FB11A: hue angle of 111.66º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2FB11A is Cyan = 0.73, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.31.

Color convert

RGB 47 177 26 -
CMYK 0.73 0 0.85 0.31
HSL 111.66º 0.74% 0.4% -
HSV(B) 111.66º 0.85% 0.69% -
XYZ 17.08 32.12 6.28 -
YUV 120.92 74.43 75.28 -
System Red Green Blue C M Y K H S L
Decimal 47 177 26 0.73 0 0.85 0.31 111.66 0.74 0.4
Hex 2F B1 1A 49 0 55 1F 70 4A 28
Octal 57 261 32 111 0 125 37 160 112 50
Binary 101111 10110001 11010 1001001 0 1010101 11111 1110000 1001010 101000

Color Harmonies of #2FB11A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FB11A

Black with #2FB11A

Text Example


Text Example

White with #2FB11A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,177,26); }

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

background-color css

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

 a { background-color: rgb(47,177,26); }

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

border-color css

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

 span { border-color: rgb(47,177,26); }

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