Html Css Color HEX #30B03A Lime Green

📋 copy color: '#30B03A'

red 48 ◦ green 176 ◦ blue 58

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

Shades of Lime Green #30B03A

Tints of Lime Green #30B03A

RGB

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

 GREEN value IS 176 (69.14% from 255) = 62.41%

 BLUE value IS 58 (23.05% from 255) = 20.57%

R = 17.02%
G = 62.41%
B = 20.57%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.67

 K value IS 0.31

RGB Variations

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

Color information

#30B03A (or 0x30B03A) is known color: Lime Green. HEX triplet: 30, B0 and 3A. RGB value is (48,176,58). Sum of RGB (Red+Green+Blue) = 48+176+58=282 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.02% from 282); Green value is 176 (69.14% from 255 or 62.41% from 282); Blue value is 58 (23.05% from 255 or 20.57% from 282); Max value from RGB is 176 - color contains mainly: green. Hex color #30B03A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30B03A is #CF4FC5. Grayscale: #7C7C7C. Windows color (decimal): -13586374 or 3846192. OLE color: 3846192.

HSL color Cylindrical-coordinate representation of color #30B03A: hue angle of 124.69º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #30B03A is Cyan = 0.73, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.31.

Color convert

RGB 48 176 58 -
CMYK 0.73 0 0.67 0.31
HSL 124.69º 0.57% 0.44% -
HSV(B) 124.69º 0.73% 0.69% -
XYZ 17.51 31.98 9.25 -
YUV 124.28 90.59 73.59 -
System Red Green Blue C M Y K H S L
Decimal 48 176 58 0.73 0 0.67 0.31 124.69 0.57 0.44
Hex 30 B0 3A 49 0 43 1F 7D 39 2C
Octal 60 260 72 111 0 103 37 175 71 54
Binary 110000 10110000 111010 1001001 0 1000011 11111 1111101 111001 101100

Color Harmonies of #30B03A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30B03A

Black with #30B03A

Text Example


Text Example

White with #30B03A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,176,58); }

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

background-color css

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

 a { background-color: rgb(48,176,58); }

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

border-color css

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

 span { border-color: rgb(48,176,58); }

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