Html Css Color HEX #30E12B Lime Green

📋 copy color: '#30E12B'

red 48 ◦ green 225 ◦ blue 43

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

Shades of Lime Green #30E12B

Tints of Lime Green #30E12B

RGB

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

 GREEN value IS 225 (88.28% from 255) = 71.2%

 BLUE value IS 43 (17.19% from 255) = 13.61%

R = 15.19%
G = 71.2%
B = 13.61%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.81

 K value IS 0.12

RGB Variations

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

Color information

#30E12B (or 0x30E12B) is known color: Lime Green. HEX triplet: 30, E1 and 2B. RGB value is (48,225,43). Sum of RGB (Red+Green+Blue) = 48+225+43=316 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.19% from 316); Green value is 225 (88.28% from 255 or 71.20% from 316); Blue value is 43 (17.19% from 255 or 13.61% from 316); Max value from RGB is 225 - color contains mainly: green. Hex color #30E12B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30E12B is #CF1ED4. Grayscale: #979797. Windows color (decimal): -13573845 or 2875696. OLE color: 2875696.

HSL color Cylindrical-coordinate representation of color #30E12B: hue angle of 118.35º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30E12B is Cyan = 0.79, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.12.

Color convert

RGB 48 225 43 -
CMYK 0.79 0 0.81 0.12
HSL 118.35º 0.75% 0.53% -
HSV(B) 118.35º 0.81% 0.88% -
XYZ 28.58 54.65 11.33 -
YUV 151.33 66.86 54.3 -
System Red Green Blue C M Y K H S L
Decimal 48 225 43 0.79 0 0.81 0.12 118.35 0.75 0.53
Hex 30 E1 2B 4F 0 51 C 76 4B 35
Octal 60 341 53 117 0 121 14 166 113 65
Binary 110000 11100001 101011 1001111 0 1010001 1100 1110110 1001011 110101

Color Harmonies of #30E12B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30E12B

Black with #30E12B

Text Example


Text Example

White with #30E12B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,225,43); }

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

background-color css

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

 a { background-color: rgb(48,225,43); }

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

border-color css

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

 span { border-color: rgb(48,225,43); }

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