Html Css Color HEX #30BA42 Lime Green

📋 copy color: '#30BA42'

red 48 ◦ green 186 ◦ blue 66

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

Shades of Lime Green #30BA42

Tints of Lime Green #30BA42

RGB

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

 GREEN value IS 186 (73.05% from 255) = 62%

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

R = 16%
G = 62%
B = 22%

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

#30BA42 (or 0x30BA42) is known color: Lime Green. HEX triplet: 30, BA and 42. RGB value is (48,186,66). Sum of RGB (Red+Green+Blue) = 48+186+66=300 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16% from 300); Green value is 186 (73.05% from 255 or 62% from 300); Blue value is 66 (26.17% from 255 or 22% from 300); Max value from RGB is 186 - color contains mainly: green. Hex color #30BA42 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30BA42 is #CF45BD. Grayscale: #838383. Windows color (decimal): -13583806 or 4373040. OLE color: 4373040.

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

Color convert

RGB 48 186 66 -
CMYK 0.74 0 0.65 0.27
HSL 127.83º 0.59% 0.46% -
HSV(B) 127.83º 0.74% 0.73% -
XYZ 19.76 36.14 11.09 -
YUV 131.06 91.28 68.76 -
System Red Green Blue C M Y K H S L
Decimal 48 186 66 0.74 0 0.65 0.27 127.83 0.59 0.46
Hex 30 BA 42 4A 0 41 1B 80 3B 2E
Octal 60 272 102 112 0 101 33 200 73 56
Binary 110000 10111010 1000010 1001010 0 1000001 11011 10000000 111011 101110

Color Harmonies of #30BA42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30BA42

Black with #30BA42

Text Example


Text Example

White with #30BA42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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