Html Css Color HEX #30B72F Lime Green

📋 copy color: '#30B72F'

red 48 ◦ green 183 ◦ blue 47

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

Shades of Lime Green #30B72F

Tints of Lime Green #30B72F

RGB

 RED value IS 48 (19.14% from 255) = 17.27%

 GREEN value IS 183 (71.88% from 255) = 65.83%

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

R = 17.27%
G = 65.83%
B = 16.91%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.74

 K value IS 0.28

RGB Variations

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

Color information

#30B72F (or 0x30B72F) is known color: Lime Green. HEX triplet: 30, B7 and 2F. RGB value is (48,183,47). Sum of RGB (Red+Green+Blue) = 48+183+47=278 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.27% from 278); Green value is 183 (71.88% from 255 or 65.83% from 278); Blue value is 47 (18.75% from 255 or 16.91% from 278); Max value from RGB is 183 - color contains mainly: green. Hex color #30B72F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30B72F is #CF48D0. Grayscale: #7F7F7F. Windows color (decimal): -13584593 or 3127088. OLE color: 3127088.

HSL color Cylindrical-coordinate representation of color #30B72F: hue angle of 119.56º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #30B72F is Cyan = 0.74, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.28.

Color convert

RGB 48 183 47 -
CMYK 0.74 0 0.74 0.28
HSL 119.56º 0.59% 0.45% -
HSV(B) 119.56º 0.74% 0.72% -
XYZ 18.67 34.7 8.4 -
YUV 127.13 82.77 71.56 -
System Red Green Blue C M Y K H S L
Decimal 48 183 47 0.74 0 0.74 0.28 119.56 0.59 0.45
Hex 30 B7 2F 4A 0 4A 1C 78 3B 2D
Octal 60 267 57 112 0 112 34 170 73 55
Binary 110000 10110111 101111 1001010 0 1001010 11100 1111000 111011 101101

Color Harmonies of #30B72F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30B72F

Black with #30B72F

Text Example


Text Example

White with #30B72F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30B72F; }

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

 H1.HeaderClassName
 {
   color: #30B72F;
 }
 .AnyTagClassName
 {
   color: #30B72F;
 }
</style>

background-color css

<style>
 a { background-color: #30B72F; }

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

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

border-color css

<style>
 span { border-color: #30B72F; }

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

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