Html Css Color HEX #30B825 Lime Green

📋 copy color: '#30B825'

red 48 ◦ green 184 ◦ blue 37

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

Shades of Lime Green #30B825

Tints of Lime Green #30B825

RGB

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

 GREEN value IS 184 (72.27% from 255) = 68.4%

 BLUE value IS 37 (14.84% from 255) = 13.75%

R = 17.84%
G = 68.4%
B = 13.75%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.80

 K value IS 0.28

RGB Variations

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

Color information

#30B825 (or 0x30B825) is known color: Lime Green. HEX triplet: 30, B8 and 25. RGB value is (48,184,37). Sum of RGB (Red+Green+Blue) = 48+184+37=269 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.84% from 269); Green value is 184 (72.27% from 255 or 68.40% from 269); Blue value is 37 (14.84% from 255 or 13.75% from 269); Max value from RGB is 184 - color contains mainly: green. Hex color #30B825 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30B825 is #CF47DA. Grayscale: #7F7F7F. Windows color (decimal): -13584347 or 2471984. OLE color: 2471984.

HSL color Cylindrical-coordinate representation of color #30B825: hue angle of 115.51º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30B825 is Cyan = 0.74, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.28.

Color convert

RGB 48 184 37 -
CMYK 0.74 0 0.80 0.28
HSL 115.51º 0.67% 0.43% -
HSV(B) 115.51º 0.8% 0.72% -
XYZ 18.69 35.04 7.53 -
YUV 126.58 77.44 71.95 -
System Red Green Blue C M Y K H S L
Decimal 48 184 37 0.74 0 0.80 0.28 115.51 0.67 0.43
Hex 30 B8 25 4A 0 50 1C 74 43 2B
Octal 60 270 45 112 0 120 34 164 103 53
Binary 110000 10111000 100101 1001010 0 1010000 11100 1110100 1000011 101011

Color Harmonies of #30B825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30B825

Black with #30B825

Text Example


Text Example

White with #30B825

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,184,37); }

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

background-color css

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

 a { background-color: rgb(48,184,37); }

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

border-color css

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

 span { border-color: rgb(48,184,37); }

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