Html Css Color HEX #30BB42 Lime Green

📋 copy color: '#30BB42'

red 48 ◦ green 187 ◦ blue 66

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

Shades of Lime Green #30BB42

Tints of Lime Green #30BB42

RGB

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

 GREEN value IS 187 (73.44% from 255) = 62.13%

 BLUE value IS 66 (26.17% from 255) = 21.93%

R = 15.95%
G = 62.13%
B = 21.93%

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

#30BB42 (or 0x30BB42) is known color: Lime Green. HEX triplet: 30, BB and 42. RGB value is (48,187,66). Sum of RGB (Red+Green+Blue) = 48+187+66=301 (39% of max value = 765). Red value is 48 (19.14% from 255 or 15.95% from 301); Green value is 187 (73.44% from 255 or 62.13% from 301); Blue value is 66 (26.17% from 255 or 21.93% from 301); Max value from RGB is 187 - color contains mainly: green. Hex color #30BB42 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30BB42 is #CF44BD. Grayscale: #838383. Windows color (decimal): -13583550 or 4373296. OLE color: 4373296.

HSL color Cylindrical-coordinate representation of color #30BB42: hue angle of 127.77º 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 #30BB42 is Cyan = 0.74, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.27.

Color convert

RGB 48 187 66 -
CMYK 0.74 0 0.65 0.27
HSL 127.77º 0.59% 0.46% -
HSV(B) 127.77º 0.74% 0.73% -
XYZ 19.97 36.56 11.16 -
YUV 131.65 90.95 68.34 -
System Red Green Blue C M Y K H S L
Decimal 48 187 66 0.74 0 0.65 0.27 127.77 0.59 0.46
Hex 30 BB 42 4A 0 41 1B 80 3B 2E
Octal 60 273 102 112 0 101 33 200 73 56
Binary 110000 10111011 1000010 1001010 0 1000001 11011 10000000 111011 101110

Color Harmonies of #30BB42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30BB42

Black with #30BB42

Text Example


Text Example

White with #30BB42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,187,66); }

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

background-color css

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

 a { background-color: rgb(48,187,66); }

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

border-color css

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

 span { border-color: rgb(48,187,66); }

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