Html Css Color HEX #30B23A Lime Green

📋 copy color: '#30B23A'

red 48 ◦ green 178 ◦ blue 58

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

Shades of Lime Green #30B23A

Tints of Lime Green #30B23A

RGB

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

 GREEN value IS 178 (69.92% from 255) = 62.68%

 BLUE value IS 58 (23.05% from 255) = 20.42%

R = 16.9%
G = 62.68%
B = 20.42%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.67

 K value IS 0.30

RGB Variations

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

Color information

#30B23A (or 0x30B23A) is known color: Lime Green. HEX triplet: 30, B2 and 3A. RGB value is (48,178,58). Sum of RGB (Red+Green+Blue) = 48+178+58=284 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.90% from 284); Green value is 178 (69.92% from 255 or 62.68% from 284); Blue value is 58 (23.05% from 255 or 20.42% from 284); Max value from RGB is 178 - color contains mainly: green. Hex color #30B23A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30B23A is #CF4DC5. Grayscale: #7D7D7D. Windows color (decimal): -13585862 or 3846704. OLE color: 3846704.

HSL color Cylindrical-coordinate representation of color #30B23A: hue angle of 124.62º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #30B23A is Cyan = 0.73, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.30.

Color convert

RGB 48 178 58 -
CMYK 0.73 0 0.67 0.30
HSL 124.62º 0.58% 0.44% -
HSV(B) 124.62º 0.73% 0.7% -
XYZ 17.9 32.77 9.39 -
YUV 125.45 89.93 72.76 -
System Red Green Blue C M Y K H S L
Decimal 48 178 58 0.73 0 0.67 0.30 124.62 0.58 0.44
Hex 30 B2 3A 49 0 43 1E 7D 3A 2C
Octal 60 262 72 111 0 103 36 175 72 54
Binary 110000 10110010 111010 1001001 0 1000011 11110 1111101 111010 101100

Color Harmonies of #30B23A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30B23A

Black with #30B23A

Text Example


Text Example

White with #30B23A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,178,58); }

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

background-color css

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

 a { background-color: rgb(48,178,58); }

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

border-color css

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

 span { border-color: rgb(48,178,58); }

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