Html Css Color HEX #2FBB2F Lime Green

📋 copy color: '#2FBB2F'

red 47 ◦ green 187 ◦ blue 47

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

Shades of Lime Green #2FBB2F

Tints of Lime Green #2FBB2F

RGB

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

 GREEN value IS 187 (73.44% from 255) = 66.55%

 BLUE value IS 47 (18.75% from 255) = 16.73%

R = 16.73%
G = 66.55%
B = 16.73%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#2FBB2F (or 0x2FBB2F) is known color: Lime Green. HEX triplet: 2F, BB and 2F. RGB value is (47,187,47). Sum of RGB (Red+Green+Blue) = 47+187+47=281 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.73% from 281); Green value is 187 (73.44% from 255 or 66.55% from 281); Blue value is 47 (18.75% from 255 or 16.73% from 281); Max value from RGB is 187 - color contains mainly: green. Hex color #2FBB2F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FBB2F is #D044D0. Grayscale: #818181. Windows color (decimal): -13649105 or 3128111. OLE color: 3128111.

HSL color Cylindrical-coordinate representation of color #2FBB2F: hue angle of 120º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2FBB2F is Cyan = 0.75, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.27.

Color convert

RGB 47 187 47 -
CMYK 0.75 0 0.75 0.27
HSL 120º 0.6% 0.46% -
HSV(B) 120º 0.75% 0.73% -
XYZ 19.46 36.35 8.68 -
YUV 129.18 81.62 69.38 -
System Red Green Blue C M Y K H S L
Decimal 47 187 47 0.75 0 0.75 0.27 120 0.6 0.46
Hex 2F BB 2F 4B 0 4B 1B 78 3C 2E
Octal 57 273 57 113 0 113 33 170 74 56
Binary 101111 10111011 101111 1001011 0 1001011 11011 1111000 111100 101110

Color Harmonies of #2FBB2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FBB2F

Black with #2FBB2F

Text Example


Text Example

White with #2FBB2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,187,47); }

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

background-color css

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

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

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

border-color css

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

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

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