Html Css Color HEX #30BF3E Lime Green

📋 copy color: '#30BF3E'

red 48 ◦ green 191 ◦ blue 62

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

Shades of Lime Green #30BF3E

Tints of Lime Green #30BF3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 20.6%

R = 15.95%
G = 63.46%
B = 20.6%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#30BF3E (or 0x30BF3E) is known color: Lime Green. HEX triplet: 30, BF and 3E. RGB value is (48,191,62). Sum of RGB (Red+Green+Blue) = 48+191+62=301 (39% of max value = 765). Red value is 48 (19.14% from 255 or 15.95% from 301); Green value is 191 (75% from 255 or 63.46% from 301); Blue value is 62 (24.61% from 255 or 20.60% from 301); Max value from RGB is 191 - color contains mainly: green. Hex color #30BF3E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30BF3E is #CF40C1. Grayscale: #858585. Windows color (decimal): -13582530 or 4112176. OLE color: 4112176.

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

Color convert

RGB 48 191 62 -
CMYK 0.75 0 0.68 0.25
HSL 125.87º 0.6% 0.47% -
HSV(B) 125.87º 0.75% 0.75% -
XYZ 20.72 38.24 10.85 -
YUV 133.54 87.62 66.99 -
System Red Green Blue C M Y K H S L
Decimal 48 191 62 0.75 0 0.68 0.25 125.87 0.6 0.47
Hex 30 BF 3E 4B 0 44 19 7E 3C 2F
Octal 60 277 76 113 0 104 31 176 74 57
Binary 110000 10111111 111110 1001011 0 1000100 11001 1111110 111100 101111

Color Harmonies of #30BF3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30BF3E

Black with #30BF3E

Text Example


Text Example

White with #30BF3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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