Html Css Color HEX #30B92F Lime Green

📋 copy color: '#30B92F'

red 48 ◦ green 185 ◦ blue 47

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

Shades of Lime Green #30B92F

Tints of Lime Green #30B92F

RGB

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

 GREEN value IS 185 (72.66% from 255) = 66.07%

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

R = 17.14%
G = 66.07%
B = 16.79%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#30B92F (or 0x30B92F) is known color: Lime Green. HEX triplet: 30, B9 and 2F. RGB value is (48,185,47). Sum of RGB (Red+Green+Blue) = 48+185+47=280 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.14% from 280); Green value is 185 (72.66% from 255 or 66.07% from 280); Blue value is 47 (18.75% from 255 or 16.79% from 280); Max value from RGB is 185 - color contains mainly: green. Hex color #30B92F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30B92F is #CF46D0. Grayscale: #808080. Windows color (decimal): -13584081 or 3127600. OLE color: 3127600.

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

Color convert

RGB 48 185 47 -
CMYK 0.74 0 0.75 0.27
HSL 119.57º 0.59% 0.45% -
HSV(B) 119.57º 0.75% 0.73% -
XYZ 19.08 35.53 8.54 -
YUV 128.31 82.11 70.72 -
System Red Green Blue C M Y K H S L
Decimal 48 185 47 0.74 0 0.75 0.27 119.57 0.59 0.45
Hex 30 B9 2F 4A 0 4B 1B 78 3B 2D
Octal 60 271 57 112 0 113 33 170 73 55
Binary 110000 10111001 101111 1001010 0 1001011 11011 1111000 111011 101101

Color Harmonies of #30B92F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30B92F

Black with #30B92F

Text Example


Text Example

White with #30B92F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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