Html Css Color HEX #30C137 Lime Green

📋 copy color: '#30C137'

red 48 ◦ green 193 ◦ blue 55

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

Shades of Lime Green #30C137

Tints of Lime Green #30C137

RGB

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

 GREEN value IS 193 (75.78% from 255) = 65.2%

 BLUE value IS 55 (21.88% from 255) = 18.58%

R = 16.22%
G = 65.2%
B = 18.58%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#30C137 (or 0x30C137) is known color: Lime Green. HEX triplet: 30, C1 and 37. RGB value is (48,193,55). Sum of RGB (Red+Green+Blue) = 48+193+55=296 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.22% from 296); Green value is 193 (75.78% from 255 or 65.20% from 296); Blue value is 55 (21.88% from 255 or 18.58% from 296); Max value from RGB is 193 - color contains mainly: green. Hex color #30C137 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30C137 is #CF3EC8. Grayscale: #868686. Windows color (decimal): -13582025 or 3653936. OLE color: 3653936.

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

Color convert

RGB 48 193 55 -
CMYK 0.75 0 0.72 0.24
HSL 122.9º 0.6% 0.47% -
HSV(B) 122.9º 0.75% 0.76% -
XYZ 20.98 39.04 10.05 -
YUV 133.91 83.46 66.72 -
System Red Green Blue C M Y K H S L
Decimal 48 193 55 0.75 0 0.72 0.24 122.9 0.6 0.47
Hex 30 C1 37 4B 0 48 18 7B 3C 2F
Octal 60 301 67 113 0 110 30 173 74 57
Binary 110000 11000001 110111 1001011 0 1001000 11000 1111011 111100 101111

Color Harmonies of #30C137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30C137

Black with #30C137

Text Example


Text Example

White with #30C137

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,193,55); }

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

background-color css

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

 a { background-color: rgb(48,193,55); }

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

border-color css

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

 span { border-color: rgb(48,193,55); }

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