Html Css Color HEX #30B138 Lime Green

📋 copy color: '#30B138'

red 48 ◦ green 177 ◦ blue 56

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

Shades of Lime Green #30B138

Tints of Lime Green #30B138

RGB

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

 GREEN value IS 177 (69.53% from 255) = 62.99%

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

R = 17.08%
G = 62.99%
B = 19.93%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.68

 K value IS 0.31

RGB Variations

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

Color information

#30B138 (or 0x30B138) is known color: Lime Green. HEX triplet: 30, B1 and 38. RGB value is (48,177,56). Sum of RGB (Red+Green+Blue) = 48+177+56=281 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.08% from 281); Green value is 177 (69.53% from 255 or 62.99% from 281); Blue value is 56 (22.27% from 255 or 19.93% from 281); Max value from RGB is 177 - color contains mainly: green. Hex color #30B138 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30B138 is #CF4EC7. Grayscale: #7C7C7C. Windows color (decimal): -13586120 or 3715376. OLE color: 3715376.

HSL color Cylindrical-coordinate representation of color #30B138: hue angle of 123.72º 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 #30B138 is Cyan = 0.73, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.31.

Color convert

RGB 48 177 56 -
CMYK 0.73 0 0.68 0.31
HSL 123.72º 0.57% 0.44% -
HSV(B) 123.72º 0.73% 0.69% -
XYZ 17.65 32.36 9.06 -
YUV 124.64 89.26 73.34 -
System Red Green Blue C M Y K H S L
Decimal 48 177 56 0.73 0 0.68 0.31 123.72 0.57 0.44
Hex 30 B1 38 49 0 44 1F 7C 39 2C
Octal 60 261 70 111 0 104 37 174 71 54
Binary 110000 10110001 111000 1001001 0 1000100 11111 1111100 111001 101100

Color Harmonies of #30B138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30B138

Black with #30B138

Text Example


Text Example

White with #30B138

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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