Html Css Color HEX #38FF30 Lime Green

📋 copy color: '#38FF30'

red 56 ◦ green 255 ◦ blue 48

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

Shades of Lime Green #38FF30

Tints of Lime Green #38FF30

RGB

 RED value IS 56 (22.27% from 255) = 15.6%

 GREEN value IS 255 (100% from 255) = 71.03%

 BLUE value IS 48 (19.14% from 255) = 13.37%

R = 15.6%
G = 71.03%
B = 13.37%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.81

 K value IS 0

RGB Variations

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

Color information

#38FF30 (or 0x38FF30) is known color: Lime Green. HEX triplet: 38, FF and 30. RGB value is (56,255,48). Sum of RGB (Red+Green+Blue) = 56+255+48=359 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.60% from 359); Green value is 255 (100% from 255 or 71.03% from 359); Blue value is 48 (19.14% from 255 or 13.37% from 359); Max value from RGB is 255 - color contains mainly: green. Hex color #38FF30 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #38FF30 is #C700CF. Grayscale: #ACACAC. Windows color (decimal): -13041872 or 3211064. OLE color: 3211064.

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

Color convert

RGB 56 255 48 -
CMYK 0.78 0 0.81 0
HSL 117.68º 1% 0.59% -
HSV(B) 117.68º 0.81% 1% -
XYZ 37.92 72.57 14.81 -
YUV 171.9 58.07 45.33 -
System Red Green Blue C M Y K H S L
Decimal 56 255 48 0.78 0 0.81 0 117.68 1 0.59
Hex 38 FF 30 4E 0 51 0 76 64 3B
Octal 70 377 60 116 0 121 0 166 144 73
Binary 111000 11111111 110000 1001110 0 1010001 0 1110110 1100100 111011

Color Harmonies of #38FF30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38FF30

Black with #38FF30

Text Example


Text Example

White with #38FF30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38FF30; }

 p { color: rgb(56,255,48); }

 H1.HeaderClassName
 {
   color: #38FF30;
 }
 .AnyTagClassName
 {
   color: #38FF30;
 }
</style>

background-color css

<style>
 a { background-color: #38FF30; }

 a { background-color: rgb(56,255,48); }

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

border-color css

<style>
 span { border-color: #38FF30; }

 span { border-color: rgb(56,255,48); }

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