Html Css Color HEX #30B940 Lime Green

📋 copy color: '#30B940'

red 48 ◦ green 185 ◦ blue 64

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

Shades of Lime Green #30B940

Tints of Lime Green #30B940

RGB

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

 GREEN value IS 185 (72.66% from 255) = 62.29%

 BLUE value IS 64 (25.39% from 255) = 21.55%

R = 16.16%
G = 62.29%
B = 21.55%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#30B940 (or 0x30B940) is known color: Lime Green. HEX triplet: 30, B9 and 40. RGB value is (48,185,64). Sum of RGB (Red+Green+Blue) = 48+185+64=297 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.16% from 297); Green value is 185 (72.66% from 255 or 62.29% from 297); Blue value is 64 (25.39% from 255 or 21.55% from 297); Max value from RGB is 185 - color contains mainly: green. Hex color #30B940 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30B940 is #CF46BF. Grayscale: #828282. Windows color (decimal): -13584064 or 4241712. OLE color: 4241712.

HSL color Cylindrical-coordinate representation of color #30B940: hue angle of 127.01º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #30B940 is Cyan = 0.74, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.27.

Color convert

RGB 48 185 64 -
CMYK 0.74 0 0.65 0.27
HSL 127.01º 0.59% 0.46% -
HSV(B) 127.01º 0.74% 0.73% -
XYZ 19.49 35.7 10.71 -
YUV 130.24 90.61 69.34 -
System Red Green Blue C M Y K H S L
Decimal 48 185 64 0.74 0 0.65 0.27 127.01 0.59 0.46
Hex 30 B9 40 4A 0 41 1B 7F 3B 2E
Octal 60 271 100 112 0 101 33 177 73 56
Binary 110000 10111001 1000000 1001010 0 1000001 11011 1111111 111011 101110

Color Harmonies of #30B940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30B940

Black with #30B940

Text Example


Text Example

White with #30B940

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,185,64); }

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

background-color css

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

 a { background-color: rgb(48,185,64); }

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

border-color css

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

 span { border-color: rgb(48,185,64); }

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