Html Css Color HEX #30BF40 Lime Green

📋 copy color: '#30BF40'

red 48 ◦ green 191 ◦ blue 64

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

Shades of Lime Green #30BF40

Tints of Lime Green #30BF40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 21.12%

R = 15.84%
G = 63.04%
B = 21.12%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#30BF40 (or 0x30BF40) is known color: Lime Green. HEX triplet: 30, BF and 40. RGB value is (48,191,64). Sum of RGB (Red+Green+Blue) = 48+191+64=303 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.84% from 303); Green value is 191 (75% from 255 or 63.04% from 303); Blue value is 64 (25.39% from 255 or 21.12% from 303); Max value from RGB is 191 - color contains mainly: green. Hex color #30BF40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30BF40 is #CF40BF. Grayscale: #868686. Windows color (decimal): -13582528 or 4243248. OLE color: 4243248.

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

Color convert

RGB 48 191 64 -
CMYK 0.75 0 0.66 0.25
HSL 126.71º 0.6% 0.47% -
HSV(B) 126.71º 0.75% 0.75% -
XYZ 20.78 38.26 11.14 -
YUV 133.77 88.62 66.83 -
System Red Green Blue C M Y K H S L
Decimal 48 191 64 0.75 0 0.66 0.25 126.71 0.6 0.47
Hex 30 BF 40 4B 0 42 19 7F 3C 2F
Octal 60 277 100 113 0 102 31 177 74 57
Binary 110000 10111111 1000000 1001011 0 1000010 11001 1111111 111100 101111

Color Harmonies of #30BF40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30BF40

Black with #30BF40

Text Example


Text Example

White with #30BF40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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