Html Css Color HEX #38FA40 Lime Green

📋 copy color: '#38FA40'

red 56 ◦ green 250 ◦ blue 64

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

Shades of Lime Green #38FA40

Tints of Lime Green #38FA40

RGB

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

 GREEN value IS 250 (98.05% from 255) = 67.57%

 BLUE value IS 64 (25.39% from 255) = 17.3%

R = 15.14%
G = 67.57%
B = 17.3%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#38FA40 (or 0x38FA40) is known color: Lime Green. HEX triplet: 38, FA and 40. RGB value is (56,250,64). Sum of RGB (Red+Green+Blue) = 56+250+64=370 (49% of max value = 765). Red value is 56 (22.27% from 255 or 15.14% from 370); Green value is 250 (98.05% from 255 or 67.57% from 370); Blue value is 64 (25.39% from 255 or 17.30% from 370); Max value from RGB is 250 - color contains mainly: green. Hex color #38FA40 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #38FA40 is #C705BF. Grayscale: #ABABAB. Windows color (decimal): -13043136 or 4258360. OLE color: 4258360.

HSL color Cylindrical-coordinate representation of color #38FA40: hue angle of 122.47º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #38FA40 is Cyan = 0.78, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.02.

Color convert

RGB 56 250 64 -
CMYK 0.78 0 0.74 0.02
HSL 122.47º 0.95% 0.6% -
HSV(B) 122.47º 0.78% 0.98% -
XYZ 36.74 69.58 16.34 -
YUV 170.79 67.73 46.12 -
System Red Green Blue C M Y K H S L
Decimal 56 250 64 0.78 0 0.74 0.02 122.47 0.95 0.6
Hex 38 FA 40 4E 0 4A 2 7A 5F 3C
Octal 70 372 100 116 0 112 2 172 137 74
Binary 111000 11111010 1000000 1001110 0 1001010 10 1111010 1011111 111100

Color Harmonies of #38FA40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38FA40

Black with #38FA40

Text Example


Text Example

White with #38FA40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,250,64); }

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

background-color css

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

 a { background-color: rgb(56,250,64); }

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

border-color css

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

 span { border-color: rgb(56,250,64); }

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