Html Css Color HEX #30C325 Lime Green

📋 copy color: '#30C325'

red 48 ◦ green 195 ◦ blue 37

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

Shades of Lime Green #30C325

Tints of Lime Green #30C325

RGB

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

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

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

R = 17.14%
G = 69.64%
B = 13.21%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#30C325 (or 0x30C325) is known color: Lime Green. HEX triplet: 30, C3 and 25. RGB value is (48,195,37). Sum of RGB (Red+Green+Blue) = 48+195+37=280 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.14% from 280); Green value is 195 (76.56% from 255 or 69.64% from 280); Blue value is 37 (14.84% from 255 or 13.21% from 280); Max value from RGB is 195 - color contains mainly: green. Hex color #30C325 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30C325 is #CF3CDA. Grayscale: #858585. Windows color (decimal): -13581531 or 2474800. OLE color: 2474800.

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

Color convert

RGB 48 195 37 -
CMYK 0.75 0 0.81 0.24
HSL 115.82º 0.68% 0.45% -
HSV(B) 115.82º 0.81% 0.76% -
XYZ 21.07 39.79 8.32 -
YUV 133.04 73.8 67.35 -
System Red Green Blue C M Y K H S L
Decimal 48 195 37 0.75 0 0.81 0.24 115.82 0.68 0.45
Hex 30 C3 25 4B 0 51 18 74 44 2D
Octal 60 303 45 113 0 121 30 164 104 55
Binary 110000 11000011 100101 1001011 0 1010001 11000 1110100 1000100 101101

Color Harmonies of #30C325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30C325

Black with #30C325

Text Example


Text Example

White with #30C325

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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