Html Css Color HEX #30E123 Lime Green

📋 copy color: '#30E123'

red 48 ◦ green 225 ◦ blue 35

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

Shades of Lime Green #30E123

Tints of Lime Green #30E123

RGB

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

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

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

R = 15.58%
G = 73.05%
B = 11.36%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.84

 K value IS 0.12

RGB Variations

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

Color information

#30E123 (or 0x30E123) is known color: Lime Green. HEX triplet: 30, E1 and 23. RGB value is (48,225,35). Sum of RGB (Red+Green+Blue) = 48+225+35=308 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.58% from 308); Green value is 225 (88.28% from 255 or 73.05% from 308); Blue value is 35 (14.06% from 255 or 11.36% from 308); Max value from RGB is 225 - color contains mainly: green. Hex color #30E123 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30E123 is #CF1EDC. Grayscale: #979797. Windows color (decimal): -13573853 or 2351408. OLE color: 2351408.

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

Color convert

RGB 48 225 35 -
CMYK 0.79 0 0.84 0.12
HSL 115.89º 0.76% 0.51% -
HSV(B) 115.89º 0.84% 0.88% -
XYZ 28.45 54.6 10.63 -
YUV 150.42 62.86 54.95 -
System Red Green Blue C M Y K H S L
Decimal 48 225 35 0.79 0 0.84 0.12 115.89 0.76 0.51
Hex 30 E1 23 4F 0 54 C 74 4C 33
Octal 60 341 43 117 0 124 14 164 114 63
Binary 110000 11100001 100011 1001111 0 1010100 1100 1110100 1001100 110011

Color Harmonies of #30E123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30E123

Black with #30E123

Text Example


Text Example

White with #30E123

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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