Html Css Color HEX #30EF2F Lime Green

📋 copy color: '#30EF2F'

red 48 ◦ green 239 ◦ blue 47

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

Shades of Lime Green #30EF2F

Tints of Lime Green #30EF2F

RGB

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

 GREEN value IS 239 (93.75% from 255) = 71.56%

 BLUE value IS 47 (18.75% from 255) = 14.07%

R = 14.37%
G = 71.56%
B = 14.07%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.80

 K value IS 0.06

RGB Variations

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

Color information

#30EF2F (or 0x30EF2F) is known color: Lime Green. HEX triplet: 30, EF and 2F. RGB value is (48,239,47). Sum of RGB (Red+Green+Blue) = 48+239+47=334 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.37% from 334); Green value is 239 (93.75% from 255 or 71.56% from 334); Blue value is 47 (18.75% from 255 or 14.07% from 334); Max value from RGB is 239 - color contains mainly: green. Hex color #30EF2F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #30EF2F is #CF10D0. Grayscale: #A0A0A0. Windows color (decimal): -13570257 or 3141424. OLE color: 3141424.

HSL color Cylindrical-coordinate representation of color #30EF2F: hue angle of 119.69º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30EF2F is Cyan = 0.80, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.06.

Color convert

RGB 48 239 47 -
CMYK 0.80 0 0.80 0.06
HSL 119.69º 0.86% 0.56% -
HSV(B) 119.69º 0.8% 0.94% -
XYZ 32.6 62.57 13.05 -
YUV 160 64.22 48.11 -
System Red Green Blue C M Y K H S L
Decimal 48 239 47 0.80 0 0.80 0.06 119.69 0.86 0.56
Hex 30 EF 2F 50 0 50 6 78 56 38
Octal 60 357 57 120 0 120 6 170 126 70
Binary 110000 11101111 101111 1010000 0 1010000 110 1111000 1010110 111000

Color Harmonies of #30EF2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30EF2F

Black with #30EF2F

Text Example


Text Example

White with #30EF2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,239,47); }

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

background-color css

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

 a { background-color: rgb(48,239,47); }

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

border-color css

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

 span { border-color: rgb(48,239,47); }

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