Html Css Color HEX #30BF2C Lime Green

📋 copy color: '#30BF2C'

red 48 ◦ green 191 ◦ blue 44

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

Shades of Lime Green #30BF2C

Tints of Lime Green #30BF2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 15.55%

R = 16.96%
G = 67.49%
B = 15.55%

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

#30BF2C (or 0x30BF2C) is known color: Lime Green. HEX triplet: 30, BF and 2C. RGB value is (48,191,44). Sum of RGB (Red+Green+Blue) = 48+191+44=283 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.96% from 283); Green value is 191 (75% from 255 or 67.49% from 283); Blue value is 44 (17.58% from 255 or 15.55% from 283); Max value from RGB is 191 - color contains mainly: green. Hex color #30BF2C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30BF2C is #CF40D3. Grayscale: #838383. Windows color (decimal): -13582548 or 2932528. OLE color: 2932528.

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

Color convert

RGB 48 191 44 -
CMYK 0.75 0 0.77 0.25
HSL 118.37º 0.63% 0.46% -
HSV(B) 118.37º 0.77% 0.75% -
XYZ 20.3 38.07 8.66 -
YUV 131.49 78.62 68.45 -
System Red Green Blue C M Y K H S L
Decimal 48 191 44 0.75 0 0.77 0.25 118.37 0.63 0.46
Hex 30 BF 2C 4B 0 4D 19 76 3F 2E
Octal 60 277 54 113 0 115 31 166 77 56
Binary 110000 10111111 101100 1001011 0 1001101 11001 1110110 111111 101110

Color Harmonies of #30BF2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30BF2C

Black with #30BF2C

Text Example


Text Example

White with #30BF2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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