Html Css Color HEX #30E026 Lime Green

📋 copy color: '#30E026'

red 48 ◦ green 224 ◦ blue 38

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

Shades of Lime Green #30E026

Tints of Lime Green #30E026

RGB

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

 GREEN value IS 224 (87.89% from 255) = 72.26%

 BLUE value IS 38 (15.23% from 255) = 12.26%

R = 15.48%
G = 72.26%
B = 12.26%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.83

 K value IS 0.12

RGB Variations

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

Color information

#30E026 (or 0x30E026) is known color: Lime Green. HEX triplet: 30, E0 and 26. RGB value is (48,224,38). Sum of RGB (Red+Green+Blue) = 48+224+38=310 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.48% from 310); Green value is 224 (87.89% from 255 or 72.26% from 310); Blue value is 38 (15.23% from 255 or 12.26% from 310); Max value from RGB is 224 - color contains mainly: green. Hex color #30E026 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30E026 is #CF1FD9. Grayscale: #969696. Windows color (decimal): -13574106 or 2547760. OLE color: 2547760.

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

Color convert

RGB 48 224 38 -
CMYK 0.79 0 0.83 0.12
HSL 116.77º 0.75% 0.51% -
HSV(B) 116.77º 0.83% 0.88% -
XYZ 28.22 54.08 10.78 -
YUV 150.17 64.69 55.12 -
System Red Green Blue C M Y K H S L
Decimal 48 224 38 0.79 0 0.83 0.12 116.77 0.75 0.51
Hex 30 E0 26 4F 0 53 C 75 4B 33
Octal 60 340 46 117 0 123 14 165 113 63
Binary 110000 11100000 100110 1001111 0 1010011 1100 1110101 1001011 110011

Color Harmonies of #30E026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30E026

Black with #30E026

Text Example


Text Example

White with #30E026

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,224,38); }

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

background-color css

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

 a { background-color: rgb(48,224,38); }

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

border-color css

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

 span { border-color: rgb(48,224,38); }

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