Html Css Color HEX #30C538 Lime Green

📋 copy color: '#30C538'

red 48 ◦ green 197 ◦ blue 56

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

Shades of Lime Green #30C538

Tints of Lime Green #30C538

RGB

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

 GREEN value IS 197 (77.34% from 255) = 65.45%

 BLUE value IS 56 (22.27% from 255) = 18.6%

R = 15.95%
G = 65.45%
B = 18.6%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.72

 K value IS 0.23

RGB Variations

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

Color information

#30C538 (or 0x30C538) is known color: Lime Green. HEX triplet: 30, C5 and 38. RGB value is (48,197,56). Sum of RGB (Red+Green+Blue) = 48+197+56=301 (39% of max value = 765). Red value is 48 (19.14% from 255 or 15.95% from 301); Green value is 197 (77.34% from 255 or 65.45% from 301); Blue value is 56 (22.27% from 255 or 18.60% from 301); Max value from RGB is 197 - color contains mainly: green. Hex color #30C538 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30C538 is #CF3AC7. Grayscale: #888888. Windows color (decimal): -13581000 or 3720496. OLE color: 3720496.

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

Color convert

RGB 48 197 56 -
CMYK 0.76 0 0.72 0.23
HSL 123.22º 0.61% 0.48% -
HSV(B) 123.22º 0.76% 0.77% -
XYZ 21.9 40.85 10.47 -
YUV 136.38 82.64 64.96 -
System Red Green Blue C M Y K H S L
Decimal 48 197 56 0.76 0 0.72 0.23 123.22 0.61 0.48
Hex 30 C5 38 4C 0 48 17 7B 3D 30
Octal 60 305 70 114 0 110 27 173 75 60
Binary 110000 11000101 111000 1001100 0 1001000 10111 1111011 111101 110000

Color Harmonies of #30C538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30C538

Black with #30C538

Text Example


Text Example

White with #30C538

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,197,56); }

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

background-color css

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

 a { background-color: rgb(48,197,56); }

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

border-color css

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

 span { border-color: rgb(48,197,56); }

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