Html Css Color HEX #30EC1F Lime Green

📋 copy color: '#30EC1F'

red 48 ◦ green 236 ◦ blue 31

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

Shades of Lime Green #30EC1F

Tints of Lime Green #30EC1F

RGB

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

 GREEN value IS 236 (92.58% from 255) = 74.92%

 BLUE value IS 31 (12.5% from 255) = 9.84%

R = 15.24%
G = 74.92%
B = 9.84%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#30EC1F (or 0x30EC1F) is known color: Lime Green. HEX triplet: 30, EC and 1F. RGB value is (48,236,31). Sum of RGB (Red+Green+Blue) = 48+236+31=315 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.24% from 315); Green value is 236 (92.58% from 255 or 74.92% from 315); Blue value is 31 (12.5% from 255 or 9.84% from 315); Max value from RGB is 236 - color contains mainly: green. Hex color #30EC1F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #30EC1F is #CF13E0. Grayscale: #9D9D9D. Windows color (decimal): -13571041 or 2092080. OLE color: 2092080.

HSL color Cylindrical-coordinate representation of color #30EC1F: hue angle of 115.02º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #30EC1F is Cyan = 0.80, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.07.

Color convert

RGB 48 236 31 -
CMYK 0.80 0 0.87 0.07
HSL 115.02º 0.84% 0.52% -
HSV(B) 115.02º 0.87% 0.93% -
XYZ 31.46 60.72 11.36 -
YUV 156.42 57.22 50.67 -
System Red Green Blue C M Y K H S L
Decimal 48 236 31 0.80 0 0.87 0.07 115.02 0.84 0.52
Hex 30 EC 1F 50 0 57 7 73 54 34
Octal 60 354 37 120 0 127 7 163 124 64
Binary 110000 11101100 11111 1010000 0 1010111 111 1110011 1010100 110100

Color Harmonies of #30EC1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30EC1F

Black with #30EC1F

Text Example


Text Example

White with #30EC1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,236,31); }

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

background-color css

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

 a { background-color: rgb(48,236,31); }

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

border-color css

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

 span { border-color: rgb(48,236,31); }

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