Html Css Color HEX #30BD34 Lime Green

📋 copy color: '#30BD34'

red 48 ◦ green 189 ◦ blue 52

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

Shades of Lime Green #30BD34

Tints of Lime Green #30BD34

RGB

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

 GREEN value IS 189 (74.22% from 255) = 65.4%

 BLUE value IS 52 (20.7% from 255) = 17.99%

R = 16.61%
G = 65.4%
B = 17.99%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.72

 K value IS 0.26

RGB Variations

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

Color information

#30BD34 (or 0x30BD34) is known color: Lime Green. HEX triplet: 30, BD and 34. RGB value is (48,189,52). Sum of RGB (Red+Green+Blue) = 48+189+52=289 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.61% from 289); Green value is 189 (74.22% from 255 or 65.40% from 289); Blue value is 52 (20.70% from 255 or 17.99% from 289); Max value from RGB is 189 - color contains mainly: green. Hex color #30BD34 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30BD34 is #CF42CB. Grayscale: #838383. Windows color (decimal): -13583052 or 3456304. OLE color: 3456304.

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

Color convert

RGB 48 189 52 -
CMYK 0.75 0 0.72 0.26
HSL 121.7º 0.59% 0.46% -
HSV(B) 121.7º 0.75% 0.74% -
XYZ 20.04 37.27 9.39 -
YUV 131.22 83.29 68.64 -
System Red Green Blue C M Y K H S L
Decimal 48 189 52 0.75 0 0.72 0.26 121.7 0.59 0.46
Hex 30 BD 34 4B 0 48 1A 7A 3B 2E
Octal 60 275 64 113 0 110 32 172 73 56
Binary 110000 10111101 110100 1001011 0 1001000 11010 1111010 111011 101110

Color Harmonies of #30BD34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30BD34

Black with #30BD34

Text Example


Text Example

White with #30BD34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,189,52); }

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

background-color css

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

 a { background-color: rgb(48,189,52); }

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

border-color css

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

 span { border-color: rgb(48,189,52); }

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