Html Css Color HEX #2FBB3C Lime Green

📋 copy color: '#2FBB3C'

red 47 ◦ green 187 ◦ blue 60

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

Shades of Lime Green #2FBB3C

Tints of Lime Green #2FBB3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 20.41%

R = 15.99%
G = 63.61%
B = 20.41%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#2FBB3C (or 0x2FBB3C) is known color: Lime Green. HEX triplet: 2F, BB and 3C. RGB value is (47,187,60). Sum of RGB (Red+Green+Blue) = 47+187+60=294 (38% of max value = 765). Red value is 47 (18.75% from 255 or 15.99% from 294); Green value is 187 (73.44% from 255 or 63.61% from 294); Blue value is 60 (23.83% from 255 or 20.41% from 294); Max value from RGB is 187 - color contains mainly: green. Hex color #2FBB3C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FBB3C is #D044C3. Grayscale: #838383. Windows color (decimal): -13649092 or 3980079. OLE color: 3980079.

HSL color Cylindrical-coordinate representation of color #2FBB3C: hue angle of 125.57º 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 #2FBB3C is Cyan = 0.75, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.27.

Color convert

RGB 47 187 60 -
CMYK 0.75 0 0.68 0.27
HSL 125.57º 0.6% 0.46% -
HSV(B) 125.57º 0.75% 0.73% -
XYZ 19.76 36.47 10.27 -
YUV 130.66 88.12 68.33 -
System Red Green Blue C M Y K H S L
Decimal 47 187 60 0.75 0 0.68 0.27 125.57 0.6 0.46
Hex 2F BB 3C 4B 0 44 1B 7E 3C 2E
Octal 57 273 74 113 0 104 33 176 74 56
Binary 101111 10111011 111100 1001011 0 1000100 11011 1111110 111100 101110

Color Harmonies of #2FBB3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FBB3C

Black with #2FBB3C

Text Example


Text Example

White with #2FBB3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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