Html Css Color HEX #30BA41 Lime Green

📋 copy color: '#30BA41'

red 48 ◦ green 186 ◦ blue 65

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

Shades of Lime Green #30BA41

Tints of Lime Green #30BA41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 21.74%

R = 16.05%
G = 62.21%
B = 21.74%

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

#30BA41 (or 0x30BA41) is known color: Lime Green. HEX triplet: 30, BA and 41. RGB value is (48,186,65). Sum of RGB (Red+Green+Blue) = 48+186+65=299 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.05% from 299); Green value is 186 (73.05% from 255 or 62.21% from 299); Blue value is 65 (25.78% from 255 or 21.74% from 299); Max value from RGB is 186 - color contains mainly: green. Hex color #30BA41 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30BA41 is #CF45BE. Grayscale: #838383. Windows color (decimal): -13583807 or 4307504. OLE color: 4307504.

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

Color convert

RGB 48 186 65 -
CMYK 0.74 0 0.65 0.27
HSL 127.39º 0.59% 0.46% -
HSV(B) 127.39º 0.74% 0.73% -
XYZ 19.73 36.13 10.93 -
YUV 130.94 90.78 68.84 -
System Red Green Blue C M Y K H S L
Decimal 48 186 65 0.74 0 0.65 0.27 127.39 0.59 0.46
Hex 30 BA 41 4A 0 41 1B 7F 3B 2E
Octal 60 272 101 112 0 101 33 177 73 56
Binary 110000 10111010 1000001 1001010 0 1000001 11011 1111111 111011 101110

Color Harmonies of #30BA41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30BA41

Black with #30BA41

Text Example


Text Example

White with #30BA41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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