Html Css Color HEX #30B534 Lime Green

📋 copy color: '#30B534'

red 48 ◦ green 181 ◦ blue 52

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

Shades of Lime Green #30B534

Tints of Lime Green #30B534

RGB

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

 GREEN value IS 181 (71.09% from 255) = 64.41%

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

R = 17.08%
G = 64.41%
B = 18.51%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.71

 K value IS 0.29

RGB Variations

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

Color information

#30B534 (or 0x30B534) is known color: Lime Green. HEX triplet: 30, B5 and 34. RGB value is (48,181,52). Sum of RGB (Red+Green+Blue) = 48+181+52=281 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.08% from 281); Green value is 181 (71.09% from 255 or 64.41% from 281); Blue value is 52 (20.70% from 255 or 18.51% from 281); Max value from RGB is 181 - color contains mainly: green. Hex color #30B534 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30B534 is #CF4ACB. Grayscale: #7E7E7E. Windows color (decimal): -13585100 or 3454256. OLE color: 3454256.

HSL color Cylindrical-coordinate representation of color #30B534: hue angle of 121.8º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #30B534 is Cyan = 0.73, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.29.

Color convert

RGB 48 181 52 -
CMYK 0.73 0 0.71 0.29
HSL 121.8º 0.58% 0.45% -
HSV(B) 121.8º 0.73% 0.71% -
XYZ 18.36 33.92 8.83 -
YUV 126.53 85.94 71.99 -
System Red Green Blue C M Y K H S L
Decimal 48 181 52 0.73 0 0.71 0.29 121.8 0.58 0.45
Hex 30 B5 34 49 0 47 1D 7A 3A 2D
Octal 60 265 64 111 0 107 35 172 72 55
Binary 110000 10110101 110100 1001001 0 1000111 11101 1111010 111010 101101

Color Harmonies of #30B534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30B534

Black with #30B534

Text Example


Text Example

White with #30B534

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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