Html Css Color HEX #30BF44 Lime Green

📋 copy color: '#30BF44'

red 48 ◦ green 191 ◦ blue 68

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

Shades of Lime Green #30BF44

Tints of Lime Green #30BF44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 22.15%

R = 15.64%
G = 62.21%
B = 22.15%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#30BF44 (or 0x30BF44) is known color: Lime Green. HEX triplet: 30, BF and 44. RGB value is (48,191,68). Sum of RGB (Red+Green+Blue) = 48+191+68=307 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.64% from 307); Green value is 191 (75% from 255 or 62.21% from 307); Blue value is 68 (26.95% from 255 or 22.15% from 307); Max value from RGB is 191 - color contains mainly: green. Hex color #30BF44 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30BF44 is #CF40BB. Grayscale: #868686. Windows color (decimal): -13582524 or 4505392. OLE color: 4505392.

HSL color Cylindrical-coordinate representation of color #30BF44: hue angle of 128.39º 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 #30BF44 is Cyan = 0.75, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.25.

Color convert

RGB 48 191 68 -
CMYK 0.75 0 0.64 0.25
HSL 128.39º 0.6% 0.47% -
HSV(B) 128.39º 0.75% 0.75% -
XYZ 20.89 38.31 11.76 -
YUV 134.22 90.62 66.5 -
System Red Green Blue C M Y K H S L
Decimal 48 191 68 0.75 0 0.64 0.25 128.39 0.6 0.47
Hex 30 BF 44 4B 0 40 19 80 3C 2F
Octal 60 277 104 113 0 100 31 200 74 57
Binary 110000 10111111 1000100 1001011 0 1000000 11001 10000000 111100 101111

Color Harmonies of #30BF44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30BF44

Black with #30BF44

Text Example


Text Example

White with #30BF44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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