Html Css Color HEX #30BE4B Lime Green

📋 copy color: '#30BE4B'

red 48 ◦ green 190 ◦ blue 75

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

Shades of Lime Green #30BE4B

Tints of Lime Green #30BE4B

RGB

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

 GREEN value IS 190 (74.61% from 255) = 60.7%

 BLUE value IS 75 (29.69% from 255) = 23.96%

R = 15.34%
G = 60.7%
B = 23.96%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#30BE4B (or 0x30BE4B) is known color: Lime Green. HEX triplet: 30, BE and 4B. RGB value is (48,190,75). Sum of RGB (Red+Green+Blue) = 48+190+75=313 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.34% from 313); Green value is 190 (74.61% from 255 or 60.70% from 313); Blue value is 75 (29.69% from 255 or 23.96% from 313); Max value from RGB is 190 - color contains mainly: green. Hex color #30BE4B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30BE4B is #CF41B4. Grayscale: #868686. Windows color (decimal): -13582773 or 4963888. OLE color: 4963888.

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

Color convert

RGB 48 190 75 -
CMYK 0.75 0 0.61 0.25
HSL 131.41º 0.6% 0.47% -
HSV(B) 131.41º 0.75% 0.75% -
XYZ 20.9 37.96 12.88 -
YUV 134.43 94.46 66.35 -
System Red Green Blue C M Y K H S L
Decimal 48 190 75 0.75 0 0.61 0.25 131.41 0.6 0.47
Hex 30 BE 4B 4B 0 3D 19 83 3C 2F
Octal 60 276 113 113 0 75 31 203 74 57
Binary 110000 10111110 1001011 1001011 0 111101 11001 10000011 111100 101111

Color Harmonies of #30BE4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30BE4B

Black with #30BE4B

Text Example


Text Example

White with #30BE4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,190,75); }

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

background-color css

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

 a { background-color: rgb(48,190,75); }

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

border-color css

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

 span { border-color: rgb(48,190,75); }

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