Html Css Color HEX #30BF42 Lime Green

📋 copy color: '#30BF42'

red 48 ◦ green 191 ◦ blue 66

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

Shades of Lime Green #30BF42

Tints of Lime Green #30BF42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 21.64%

R = 15.74%
G = 62.62%
B = 21.64%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.65

 K value IS 0.25

RGB Variations

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

Color information

#30BF42 (or 0x30BF42) is known color: Lime Green. HEX triplet: 30, BF and 42. RGB value is (48,191,66). Sum of RGB (Red+Green+Blue) = 48+191+66=305 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.74% from 305); Green value is 191 (75% from 255 or 62.62% from 305); Blue value is 66 (26.17% from 255 or 21.64% from 305); Max value from RGB is 191 - color contains mainly: green. Hex color #30BF42 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30BF42 is #CF40BD. Grayscale: #868686. Windows color (decimal): -13582526 or 4374320. OLE color: 4374320.

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

Color convert

RGB 48 191 66 -
CMYK 0.75 0 0.65 0.25
HSL 127.55º 0.6% 0.47% -
HSV(B) 127.55º 0.75% 0.75% -
XYZ 20.83 38.28 11.45 -
YUV 133.99 89.62 66.66 -
System Red Green Blue C M Y K H S L
Decimal 48 191 66 0.75 0 0.65 0.25 127.55 0.6 0.47
Hex 30 BF 42 4B 0 41 19 80 3C 2F
Octal 60 277 102 113 0 101 31 200 74 57
Binary 110000 10111111 1000010 1001011 0 1000001 11001 10000000 111100 101111

Color Harmonies of #30BF42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30BF42

Black with #30BF42

Text Example


Text Example

White with #30BF42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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