Html Css Color HEX #30FD37 Lime Green

📋 copy color: '#30FD37'

red 48 ◦ green 253 ◦ blue 55

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

Shades of Lime Green #30FD37

Tints of Lime Green #30FD37

RGB

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

 GREEN value IS 253 (99.22% from 255) = 71.07%

 BLUE value IS 55 (21.88% from 255) = 15.45%

R = 13.48%
G = 71.07%
B = 15.45%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.78

 K value IS 0.01

RGB Variations

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

Color information

#30FD37 (or 0x30FD37) is known color: Lime Green. HEX triplet: 30, FD and 37. RGB value is (48,253,55). Sum of RGB (Red+Green+Blue) = 48+253+55=356 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.48% from 356); Green value is 253 (99.22% from 255 or 71.07% from 356); Blue value is 55 (21.88% from 255 or 15.45% from 356); Max value from RGB is 253 - color contains mainly: green. Hex color #30FD37 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #30FD37 is #CF02C8. Grayscale: #A9A9A9. Windows color (decimal): -13566665 or 3669296. OLE color: 3669296.

HSL color Cylindrical-coordinate representation of color #30FD37: hue angle of 122.05º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30FD37 is Cyan = 0.81, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.01.

Color convert

RGB 48 253 55 -
CMYK 0.81 0 0.78 0.01
HSL 122.05º 0.98% 0.59% -
HSV(B) 122.05º 0.81% 0.99% -
XYZ 37.03 71.15 15.4 -
YUV 169.13 63.58 41.6 -
System Red Green Blue C M Y K H S L
Decimal 48 253 55 0.81 0 0.78 0.01 122.05 0.98 0.59
Hex 30 FD 37 51 0 4E 1 7A 62 3B
Octal 60 375 67 121 0 116 1 172 142 73
Binary 110000 11111101 110111 1010001 0 1001110 1 1111010 1100010 111011

Color Harmonies of #30FD37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30FD37

Black with #30FD37

Text Example


Text Example

White with #30FD37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,253,55); }

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

background-color css

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

 a { background-color: rgb(48,253,55); }

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

border-color css

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

 span { border-color: rgb(48,253,55); }

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