Html Css Color HEX #30BF30 Lime Green

📋 copy color: '#30BF30'

red 48 ◦ green 191 ◦ blue 48

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

Shades of Lime Green #30BF30

Tints of Lime Green #30BF30

RGB

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

 GREEN value IS 191 (75% from 255) = 66.55%

 BLUE value IS 48 (19.14% from 255) = 16.72%

R = 16.72%
G = 66.55%
B = 16.72%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.75

 K value IS 0.25

RGB Variations

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

Color information

#30BF30 (or 0x30BF30) is known color: Lime Green. HEX triplet: 30, BF and 30. RGB value is (48,191,48). Sum of RGB (Red+Green+Blue) = 48+191+48=287 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.72% from 287); Green value is 191 (75% from 255 or 66.55% from 287); Blue value is 48 (19.14% from 255 or 16.72% from 287); Max value from RGB is 191 - color contains mainly: green. Hex color #30BF30 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30BF30 is #CF40CF. Grayscale: #848484. Windows color (decimal): -13582544 or 3194672. OLE color: 3194672.

HSL color Cylindrical-coordinate representation of color #30BF30: hue angle of 120º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #30BF30 is Cyan = 0.75, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.25.

Color convert

RGB 48 191 48 -
CMYK 0.75 0 0.75 0.25
HSL 120º 0.6% 0.47% -
HSV(B) 120º 0.75% 0.75% -
XYZ 20.38 38.1 9.08 -
YUV 131.94 80.62 68.13 -
System Red Green Blue C M Y K H S L
Decimal 48 191 48 0.75 0 0.75 0.25 120 0.6 0.47
Hex 30 BF 30 4B 0 4B 19 78 3C 2F
Octal 60 277 60 113 0 113 31 170 74 57
Binary 110000 10111111 110000 1001011 0 1001011 11001 1111000 111100 101111

Color Harmonies of #30BF30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30BF30

Black with #30BF30

Text Example


Text Example

White with #30BF30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,191,48); }

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

background-color css

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

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

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

border-color css

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

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

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