Html Css Color HEX #30BF2B Lime Green

📋 copy color: '#30BF2B'

red 48 ◦ green 191 ◦ blue 43

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

Shades of Lime Green #30BF2B

Tints of Lime Green #30BF2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 15.25%

R = 17.02%
G = 67.73%
B = 15.25%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#30BF2B (or 0x30BF2B) is known color: Lime Green. HEX triplet: 30, BF and 2B. RGB value is (48,191,43). Sum of RGB (Red+Green+Blue) = 48+191+43=282 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.02% from 282); Green value is 191 (75% from 255 or 67.73% from 282); Blue value is 43 (17.19% from 255 or 15.25% from 282); Max value from RGB is 191 - color contains mainly: green. Hex color #30BF2B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30BF2B is #CF40D4. Grayscale: #838383. Windows color (decimal): -13582549 or 2866992. OLE color: 2866992.

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

Color convert

RGB 48 191 43 -
CMYK 0.75 0 0.77 0.25
HSL 117.97º 0.63% 0.46% -
HSV(B) 117.97º 0.77% 0.75% -
XYZ 20.29 38.06 8.56 -
YUV 131.37 78.12 68.53 -
System Red Green Blue C M Y K H S L
Decimal 48 191 43 0.75 0 0.77 0.25 117.97 0.63 0.46
Hex 30 BF 2B 4B 0 4D 19 76 3F 2E
Octal 60 277 53 113 0 115 31 166 77 56
Binary 110000 10111111 101011 1001011 0 1001101 11001 1110110 111111 101110

Color Harmonies of #30BF2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30BF2B

Black with #30BF2B

Text Example


Text Example

White with #30BF2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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