Html Css Color HEX #30EF4D Lime Green

📋 copy color: '#30EF4D'

red 48 ◦ green 239 ◦ blue 77

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

Shades of Lime Green #30EF4D

Tints of Lime Green #30EF4D

RGB

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

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

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

R = 13.19%
G = 65.66%
B = 21.15%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.68

 K value IS 0.06

RGB Variations

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

Color information

#30EF4D (or 0x30EF4D) is known color: Lime Green. HEX triplet: 30, EF and 4D. RGB value is (48,239,77). Sum of RGB (Red+Green+Blue) = 48+239+77=364 (48% of max value = 765). Red value is 48 (19.14% from 255 or 13.19% from 364); Green value is 239 (93.75% from 255 or 65.66% from 364); Blue value is 77 (30.47% from 255 or 21.15% from 364); Max value from RGB is 239 - color contains mainly: green. Hex color #30EF4D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #30EF4D is #CF10B2. Grayscale: #A3A3A3. Windows color (decimal): -13570227 or 5107504. OLE color: 5107504.

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

Color convert

RGB 48 239 77 -
CMYK 0.80 0 0.68 0.06
HSL 129.11º 0.86% 0.56% -
HSV(B) 129.11º 0.8% 0.94% -
XYZ 33.42 62.9 17.4 -
YUV 163.42 79.22 45.67 -
System Red Green Blue C M Y K H S L
Decimal 48 239 77 0.80 0 0.68 0.06 129.11 0.86 0.56
Hex 30 EF 4D 50 0 44 6 81 56 38
Octal 60 357 115 120 0 104 6 201 126 70
Binary 110000 11101111 1001101 1010000 0 1000100 110 10000001 1010110 111000

Color Harmonies of #30EF4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30EF4D

Black with #30EF4D

Text Example


Text Example

White with #30EF4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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