Html Css Color HEX #30C34D Lime Green

📋 copy color: '#30C34D'

red 48 ◦ green 195 ◦ blue 77

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

Shades of Lime Green #30C34D

Tints of Lime Green #30C34D

RGB

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

 GREEN value IS 195 (76.56% from 255) = 60.94%

 BLUE value IS 77 (30.47% from 255) = 24.06%

R = 15%
G = 60.94%
B = 24.06%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#30C34D (or 0x30C34D) is known color: Lime Green. HEX triplet: 30, C3 and 4D. RGB value is (48,195,77). Sum of RGB (Red+Green+Blue) = 48+195+77=320 (42% of max value = 765). Red value is 48 (19.14% from 255 or 15% from 320); Green value is 195 (76.56% from 255 or 60.94% from 320); Blue value is 77 (30.47% from 255 or 24.06% from 320); Max value from RGB is 195 - color contains mainly: green. Hex color #30C34D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30C34D is #CF3CB2. Grayscale: #898989. Windows color (decimal): -13581491 or 5096240. OLE color: 5096240.

HSL color Cylindrical-coordinate representation of color #30C34D: hue angle of 131.84º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #30C34D is Cyan = 0.75, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.24.

Color convert

RGB 48 195 77 -
CMYK 0.75 0 0.61 0.24
HSL 131.84º 0.6% 0.48% -
HSV(B) 131.84º 0.75% 0.76% -
XYZ 22.07 40.19 13.62 -
YUV 137.6 93.8 64.09 -
System Red Green Blue C M Y K H S L
Decimal 48 195 77 0.75 0 0.61 0.24 131.84 0.6 0.48
Hex 30 C3 4D 4B 0 3D 18 84 3C 30
Octal 60 303 115 113 0 75 30 204 74 60
Binary 110000 11000011 1001101 1001011 0 111101 11000 10000100 111100 110000

Color Harmonies of #30C34D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30C34D

Black with #30C34D

Text Example


Text Example

White with #30C34D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,195,77); }

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

background-color css

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

 a { background-color: rgb(48,195,77); }

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

border-color css

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

 span { border-color: rgb(48,195,77); }

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