Html Css Color HEX #30E74D Lime Green

📋 copy color: '#30E74D'

red 48 ◦ green 231 ◦ blue 77

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

Shades of Lime Green #30E74D

Tints of Lime Green #30E74D

RGB

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

 GREEN value IS 231 (90.63% from 255) = 64.89%

 BLUE value IS 77 (30.47% from 255) = 21.63%

R = 13.48%
G = 64.89%
B = 21.63%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.67

 K value IS 0.09

RGB Variations

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

Color information

#30E74D (or 0x30E74D) is known color: Lime Green. HEX triplet: 30, E7 and 4D. RGB value is (48,231,77). Sum of RGB (Red+Green+Blue) = 48+231+77=356 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.48% from 356); Green value is 231 (90.62% from 255 or 64.89% from 356); Blue value is 77 (30.47% from 255 or 21.63% from 356); Max value from RGB is 231 - color contains mainly: green. Hex color #30E74D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #30E74D is #CF18B2. Grayscale: #9F9F9F. Windows color (decimal): -13572275 or 5105456. OLE color: 5105456.

HSL color Cylindrical-coordinate representation of color #30E74D: hue angle of 129.51º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #30E74D is Cyan = 0.79, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.09.

Color convert

RGB 48 231 77 -
CMYK 0.79 0 0.67 0.09
HSL 129.51º 0.79% 0.55% -
HSV(B) 129.51º 0.79% 0.91% -
XYZ 31.13 58.32 16.64 -
YUV 158.73 81.87 49.02 -
System Red Green Blue C M Y K H S L
Decimal 48 231 77 0.79 0 0.67 0.09 129.51 0.79 0.55
Hex 30 E7 4D 4F 0 43 9 82 4F 37
Octal 60 347 115 117 0 103 11 202 117 67
Binary 110000 11100111 1001101 1001111 0 1000011 1001 10000010 1001111 110111

Color Harmonies of #30E74D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30E74D

Black with #30E74D

Text Example


Text Example

White with #30E74D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,231,77); }

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

background-color css

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

 a { background-color: rgb(48,231,77); }

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

border-color css

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

 span { border-color: rgb(48,231,77); }

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