Html Css Color HEX #30E128 Lime Green

📋 copy color: '#30E128'

red 48 ◦ green 225 ◦ blue 40

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

Shades of Lime Green #30E128

Tints of Lime Green #30E128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 12.78%

R = 15.34%
G = 71.88%
B = 12.78%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.82

 K value IS 0.12

RGB Variations

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

Color information

#30E128 (or 0x30E128) is known color: Lime Green. HEX triplet: 30, E1 and 28. RGB value is (48,225,40). Sum of RGB (Red+Green+Blue) = 48+225+40=313 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.34% from 313); Green value is 225 (88.28% from 255 or 71.88% from 313); Blue value is 40 (16.02% from 255 or 12.78% from 313); Max value from RGB is 225 - color contains mainly: green. Hex color #30E128 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30E128 is #CF1ED7. Grayscale: #979797. Windows color (decimal): -13573848 or 2679088. OLE color: 2679088.

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

Color convert

RGB 48 225 40 -
CMYK 0.79 0 0.82 0.12
HSL 117.41º 0.76% 0.52% -
HSV(B) 117.41º 0.82% 0.88% -
XYZ 28.53 54.63 11.05 -
YUV 150.99 65.36 54.54 -
System Red Green Blue C M Y K H S L
Decimal 48 225 40 0.79 0 0.82 0.12 117.41 0.76 0.52
Hex 30 E1 28 4F 0 52 C 75 4C 34
Octal 60 341 50 117 0 122 14 165 114 64
Binary 110000 11100001 101000 1001111 0 1010010 1100 1110101 1001100 110100

Color Harmonies of #30E128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30E128

Black with #30E128

Text Example


Text Example

White with #30E128

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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