Html Css Color HEX #30B626 Lime Green

📋 copy color: '#30B626'

red 48 ◦ green 182 ◦ blue 38

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

Shades of Lime Green #30B626

Tints of Lime Green #30B626

RGB

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

 GREEN value IS 182 (71.48% from 255) = 67.91%

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

R = 17.91%
G = 67.91%
B = 14.18%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.79

 K value IS 0.29

RGB Variations

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

Color information

#30B626 (or 0x30B626) is known color: Lime Green. HEX triplet: 30, B6 and 26. RGB value is (48,182,38). Sum of RGB (Red+Green+Blue) = 48+182+38=268 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.91% from 268); Green value is 182 (71.48% from 255 or 67.91% from 268); Blue value is 38 (15.23% from 255 or 14.18% from 268); Max value from RGB is 182 - color contains mainly: green. Hex color #30B626 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30B626 is #CF49D9. Grayscale: #7D7D7D. Windows color (decimal): -13584858 or 2537008. OLE color: 2537008.

HSL color Cylindrical-coordinate representation of color #30B626: hue angle of 115.83º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #30B626 is Cyan = 0.74, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.29.

Color convert

RGB 48 182 38 -
CMYK 0.74 0 0.79 0.29
HSL 115.83º 0.65% 0.43% -
HSV(B) 115.83º 0.79% 0.71% -
XYZ 18.3 34.22 7.48 -
YUV 125.52 78.61 72.71 -
System Red Green Blue C M Y K H S L
Decimal 48 182 38 0.74 0 0.79 0.29 115.83 0.65 0.43
Hex 30 B6 26 4A 0 4F 1D 74 41 2B
Octal 60 266 46 112 0 117 35 164 101 53
Binary 110000 10110110 100110 1001010 0 1001111 11101 1110100 1000001 101011

Color Harmonies of #30B626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30B626

Black with #30B626

Text Example


Text Example

White with #30B626

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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