Html Css Color HEX #30EE4D Lime Green

📋 copy color: '#30EE4D'

red 48 ◦ green 238 ◦ blue 77

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

Shades of Lime Green #30EE4D

Tints of Lime Green #30EE4D

RGB

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

 GREEN value IS 238 (93.36% from 255) = 65.56%

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

R = 13.22%
G = 65.56%
B = 21.21%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#30EE4D (or 0x30EE4D) is known color: Lime Green. HEX triplet: 30, EE and 4D. RGB value is (48,238,77). Sum of RGB (Red+Green+Blue) = 48+238+77=363 (48% of max value = 765). Red value is 48 (19.14% from 255 or 13.22% from 363); Green value is 238 (93.36% from 255 or 65.56% from 363); Blue value is 77 (30.47% from 255 or 21.21% from 363); Max value from RGB is 238 - color contains mainly: green. Hex color #30EE4D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #30EE4D is #CF11B2. Grayscale: #A3A3A3. Windows color (decimal): -13570483 or 5107248. OLE color: 5107248.

HSL color Cylindrical-coordinate representation of color #30EE4D: hue angle of 129.16º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30EE4D is Cyan = 0.80, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.07.

Color convert

RGB 48 238 77 -
CMYK 0.80 0 0.68 0.07
HSL 129.16º 0.85% 0.56% -
HSV(B) 129.16º 0.8% 0.93% -
XYZ 33.13 62.31 17.3 -
YUV 162.84 79.55 46.09 -
System Red Green Blue C M Y K H S L
Decimal 48 238 77 0.80 0 0.68 0.07 129.16 0.85 0.56
Hex 30 EE 4D 50 0 44 7 81 55 38
Octal 60 356 115 120 0 104 7 201 125 70
Binary 110000 11101110 1001101 1010000 0 1000100 111 10000001 1010101 111000

Color Harmonies of #30EE4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30EE4D

Black with #30EE4D

Text Example


Text Example

White with #30EE4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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