Html Css Color HEX #30E64F Lime Green

📋 copy color: '#30E64F'

red 48 ◦ green 230 ◦ blue 79

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

Shades of Lime Green #30E64F

Tints of Lime Green #30E64F

RGB

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

 GREEN value IS 230 (90.23% from 255) = 64.43%

 BLUE value IS 79 (31.25% from 255) = 22.13%

R = 13.45%
G = 64.43%
B = 22.13%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.66

 K value IS 0.10

RGB Variations

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

Color information

#30E64F (or 0x30E64F) is known color: Lime Green. HEX triplet: 30, E6 and 4F. RGB value is (48,230,79). Sum of RGB (Red+Green+Blue) = 48+230+79=357 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.45% from 357); Green value is 230 (90.23% from 255 or 64.43% from 357); Blue value is 79 (31.25% from 255 or 22.13% from 357); Max value from RGB is 230 - color contains mainly: green. Hex color #30E64F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #30E64F is #CF19B0. Grayscale: #9E9E9E. Windows color (decimal): -13572529 or 5236272. OLE color: 5236272.

HSL color Cylindrical-coordinate representation of color #30E64F: hue angle of 130.22º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #30E64F is Cyan = 0.79, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.10.

Color convert

RGB 48 230 79 -
CMYK 0.79 0 0.66 0.10
HSL 130.22º 0.78% 0.55% -
HSV(B) 130.22º 0.79% 0.9% -
XYZ 30.93 57.79 16.92 -
YUV 158.37 83.2 49.28 -
System Red Green Blue C M Y K H S L
Decimal 48 230 79 0.79 0 0.66 0.10 130.22 0.78 0.55
Hex 30 E6 4F 4F 0 42 A 82 4E 37
Octal 60 346 117 117 0 102 12 202 116 67
Binary 110000 11100110 1001111 1001111 0 1000010 1010 10000010 1001110 110111

Color Harmonies of #30E64F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30E64F

Black with #30E64F

Text Example


Text Example

White with #30E64F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,230,79); }

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

background-color css

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

 a { background-color: rgb(48,230,79); }

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

border-color css

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

 span { border-color: rgb(48,230,79); }

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