Html Css Color HEX #2FBA30 Lime Green

📋 copy color: '#2FBA30'

red 47 ◦ green 186 ◦ blue 48

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

Shades of Lime Green #2FBA30

Tints of Lime Green #2FBA30

RGB

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

 GREEN value IS 186 (73.05% from 255) = 66.19%

 BLUE value IS 48 (19.14% from 255) = 17.08%

R = 16.73%
G = 66.19%
B = 17.08%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#2FBA30 (or 0x2FBA30) is known color: Lime Green. HEX triplet: 2F, BA and 30. RGB value is (47,186,48). Sum of RGB (Red+Green+Blue) = 47+186+48=281 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.73% from 281); Green value is 186 (73.05% from 255 or 66.19% from 281); Blue value is 48 (19.14% from 255 or 17.08% from 281); Max value from RGB is 186 - color contains mainly: green. Hex color #2FBA30 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FBA30 is #D045CF. Grayscale: #818181. Windows color (decimal): -13649360 or 3193391. OLE color: 3193391.

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

Color convert

RGB 47 186 48 -
CMYK 0.75 0 0.74 0.27
HSL 120.43º 0.6% 0.46% -
HSV(B) 120.43º 0.75% 0.73% -
XYZ 19.26 35.94 8.72 -
YUV 128.71 82.45 69.72 -
System Red Green Blue C M Y K H S L
Decimal 47 186 48 0.75 0 0.74 0.27 120.43 0.6 0.46
Hex 2F BA 30 4B 0 4A 1B 78 3C 2E
Octal 57 272 60 113 0 112 33 170 74 56
Binary 101111 10111010 110000 1001011 0 1001010 11011 1111000 111100 101110

Color Harmonies of #2FBA30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FBA30

Black with #2FBA30

Text Example


Text Example

White with #2FBA30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,186,48); }

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

background-color css

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

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

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

border-color css

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

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

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