Html Css Color HEX #30B23B Lime Green

📋 copy color: '#30B23B'

red 48 ◦ green 178 ◦ blue 59

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

Shades of Lime Green #30B23B

Tints of Lime Green #30B23B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 20.7%

R = 16.84%
G = 62.46%
B = 20.7%

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

#30B23B (or 0x30B23B) is known color: Lime Green. HEX triplet: 30, B2 and 3B. RGB value is (48,178,59). Sum of RGB (Red+Green+Blue) = 48+178+59=285 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.84% from 285); Green value is 178 (69.92% from 255 or 62.46% from 285); Blue value is 59 (23.44% from 255 or 20.70% from 285); Max value from RGB is 178 - color contains mainly: green. Hex color #30B23B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30B23B is #CF4DC4. Grayscale: #7D7D7D. Windows color (decimal): -13585861 or 3912240. OLE color: 3912240.

HSL color Cylindrical-coordinate representation of color #30B23B: hue angle of 125.08º 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 #30B23B is Cyan = 0.73, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.30.

Color convert

RGB 48 178 59 -
CMYK 0.73 0 0.67 0.30
HSL 125.08º 0.58% 0.44% -
HSV(B) 125.08º 0.73% 0.7% -
XYZ 17.93 32.78 9.52 -
YUV 125.56 90.43 72.68 -
System Red Green Blue C M Y K H S L
Decimal 48 178 59 0.73 0 0.67 0.30 125.08 0.58 0.44
Hex 30 B2 3B 49 0 43 1E 7D 3A 2C
Octal 60 262 73 111 0 103 36 175 72 54
Binary 110000 10110010 111011 1001001 0 1000011 11110 1111101 111010 101100

Color Harmonies of #30B23B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30B23B

Black with #30B23B

Text Example


Text Example

White with #30B23B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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