Html Css Color HEX #38F84A Lime Green

📋 copy color: '#38F84A'

red 56 ◦ green 248 ◦ blue 74

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

Shades of Lime Green #38F84A

Tints of Lime Green #38F84A

RGB

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

 GREEN value IS 248 (97.27% from 255) = 65.61%

 BLUE value IS 74 (29.3% from 255) = 19.58%

R = 14.81%
G = 65.61%
B = 19.58%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.70

 K value IS 0.03

RGB Variations

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

Color information

#38F84A (or 0x38F84A) is known color: Lime Green. HEX triplet: 38, F8 and 4A. RGB value is (56,248,74). Sum of RGB (Red+Green+Blue) = 56+248+74=378 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.81% from 378); Green value is 248 (97.27% from 255 or 65.61% from 378); Blue value is 74 (29.30% from 255 or 19.58% from 378); Max value from RGB is 248 - color contains mainly: green. Hex color #38F84A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #38F84A is #C707B5. Grayscale: #ABABAB. Windows color (decimal): -13043638 or 4913208. OLE color: 4913208.

HSL color Cylindrical-coordinate representation of color #38F84A: hue angle of 125.62º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #38F84A is Cyan = 0.77, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.03.

Color convert

RGB 56 248 74 -
CMYK 0.77 0 0.70 0.03
HSL 125.63º 0.93% 0.6% -
HSV(B) 125.63º 0.77% 0.97% -
XYZ 36.43 68.47 17.77 -
YUV 170.76 73.39 46.15 -
System Red Green Blue C M Y K H S L
Decimal 56 248 74 0.77 0 0.70 0.03 125.63 0.93 0.6
Hex 38 F8 4A 4D 0 46 3 7E 5D 3C
Octal 70 370 112 115 0 106 3 176 135 74
Binary 111000 11111000 1001010 1001101 0 1000110 11 1111110 1011101 111100

Color Harmonies of #38F84A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38F84A

Black with #38F84A

Text Example


Text Example

White with #38F84A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,248,74); }

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

background-color css

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

 a { background-color: rgb(56,248,74); }

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

border-color css

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

 span { border-color: rgb(56,248,74); }

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