Html Css Color HEX #30B040 Lime Green

📋 copy color: '#30B040'

red 48 ◦ green 176 ◦ blue 64

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

Shades of Lime Green #30B040

Tints of Lime Green #30B040

RGB

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

 GREEN value IS 176 (69.14% from 255) = 61.11%

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

R = 16.67%
G = 61.11%
B = 22.22%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#30B040 (or 0x30B040) is known color: Lime Green. HEX triplet: 30, B0 and 40. RGB value is (48,176,64). Sum of RGB (Red+Green+Blue) = 48+176+64=288 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.67% from 288); Green value is 176 (69.14% from 255 or 61.11% from 288); Blue value is 64 (25.39% from 255 or 22.22% from 288); Max value from RGB is 176 - color contains mainly: green. Hex color #30B040 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30B040 is #CF4FBF. Grayscale: #7D7D7D. Windows color (decimal): -13586368 or 4239408. OLE color: 4239408.

HSL color Cylindrical-coordinate representation of color #30B040: hue angle of 127.5º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #30B040 is Cyan = 0.73, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.31.

Color convert

RGB 48 176 64 -
CMYK 0.73 0 0.64 0.31
HSL 127.5º 0.57% 0.44% -
HSV(B) 127.5º 0.73% 0.69% -
XYZ 17.67 32.05 10.11 -
YUV 124.96 93.59 73.11 -
System Red Green Blue C M Y K H S L
Decimal 48 176 64 0.73 0 0.64 0.31 127.5 0.57 0.44
Hex 30 B0 40 49 0 40 1F 80 39 2C
Octal 60 260 100 111 0 100 37 200 71 54
Binary 110000 10110000 1000000 1001001 0 1000000 11111 10000000 111001 101100

Color Harmonies of #30B040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30B040

Black with #30B040

Text Example


Text Example

White with #30B040

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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