Html Css Color HEX #30E22E Lime Green

📋 copy color: '#30E22E'

red 48 ◦ green 226 ◦ blue 46

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

Shades of Lime Green #30E22E

Tints of Lime Green #30E22E

RGB

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

 GREEN value IS 226 (88.67% from 255) = 70.63%

 BLUE value IS 46 (18.36% from 255) = 14.38%

R = 15%
G = 70.63%
B = 14.38%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.80

 K value IS 0.11

RGB Variations

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

Color information

#30E22E (or 0x30E22E) is known color: Lime Green. HEX triplet: 30, E2 and 2E. RGB value is (48,226,46). Sum of RGB (Red+Green+Blue) = 48+226+46=320 (42% of max value = 765). Red value is 48 (19.14% from 255 or 15% from 320); Green value is 226 (88.67% from 255 or 70.62% from 320); Blue value is 46 (18.36% from 255 or 14.38% from 320); Max value from RGB is 226 - color contains mainly: green. Hex color #30E22E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30E22E is #CF1DD1. Grayscale: #989898. Windows color (decimal): -13573586 or 3072560. OLE color: 3072560.

HSL color Cylindrical-coordinate representation of color #30E22E: hue angle of 119.33º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30E22E is Cyan = 0.79, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.11.

Color convert

RGB 48 226 46 -
CMYK 0.79 0 0.80 0.11
HSL 119.33º 0.76% 0.53% -
HSV(B) 119.33º 0.8% 0.89% -
XYZ 28.91 55.22 11.72 -
YUV 152.26 68.03 53.64 -
System Red Green Blue C M Y K H S L
Decimal 48 226 46 0.79 0 0.80 0.11 119.33 0.76 0.53
Hex 30 E2 2E 4F 0 50 B 77 4C 35
Octal 60 342 56 117 0 120 13 167 114 65
Binary 110000 11100010 101110 1001111 0 1010000 1011 1110111 1001100 110101

Color Harmonies of #30E22E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30E22E

Black with #30E22E

Text Example


Text Example

White with #30E22E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,226,46); }

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

background-color css

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

 a { background-color: rgb(48,226,46); }

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

border-color css

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

 span { border-color: rgb(48,226,46); }

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