Html Css Color HEX #30E323 Lime Green

📋 copy color: '#30E323'

red 48 ◦ green 227 ◦ blue 35

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

Shades of Lime Green #30E323

Tints of Lime Green #30E323

RGB

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

 GREEN value IS 227 (89.06% from 255) = 73.23%

 BLUE value IS 35 (14.06% from 255) = 11.29%

R = 15.48%
G = 73.23%
B = 11.29%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.85

 K value IS 0.11

RGB Variations

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

Color information

#30E323 (or 0x30E323) is known color: Lime Green. HEX triplet: 30, E3 and 23. RGB value is (48,227,35). Sum of RGB (Red+Green+Blue) = 48+227+35=310 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.48% from 310); Green value is 227 (89.06% from 255 or 73.23% from 310); Blue value is 35 (14.06% from 255 or 11.29% from 310); Max value from RGB is 227 - color contains mainly: green. Hex color #30E323 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30E323 is #CF1CDC. Grayscale: #989898. Windows color (decimal): -13573341 or 2351920. OLE color: 2351920.

HSL color Cylindrical-coordinate representation of color #30E323: hue angle of 115.94º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #30E323 is Cyan = 0.79, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.11.

Color convert

RGB 48 227 35 -
CMYK 0.79 0 0.85 0.11
HSL 115.94º 0.77% 0.51% -
HSV(B) 115.94º 0.85% 0.89% -
XYZ 28.99 55.69 10.81 -
YUV 151.59 62.2 54.11 -
System Red Green Blue C M Y K H S L
Decimal 48 227 35 0.79 0 0.85 0.11 115.94 0.77 0.51
Hex 30 E3 23 4F 0 55 B 74 4D 33
Octal 60 343 43 117 0 125 13 164 115 63
Binary 110000 11100011 100011 1001111 0 1010101 1011 1110100 1001101 110011

Color Harmonies of #30E323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30E323

Black with #30E323

Text Example


Text Example

White with #30E323

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,227,35); }

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

background-color css

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

 a { background-color: rgb(48,227,35); }

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

border-color css

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

 span { border-color: rgb(48,227,35); }

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