Html Css Color HEX #38FA42 Lime Green

📋 copy color: '#38FA42'

red 56 ◦ green 250 ◦ blue 66

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

Shades of Lime Green #38FA42

Tints of Lime Green #38FA42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 17.74%

R = 15.05%
G = 67.2%
B = 17.74%

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

#38FA42 (or 0x38FA42) is known color: Lime Green. HEX triplet: 38, FA and 42. RGB value is (56,250,66). Sum of RGB (Red+Green+Blue) = 56+250+66=372 (49% of max value = 765). Red value is 56 (22.27% from 255 or 15.05% from 372); Green value is 250 (98.05% from 255 or 67.20% from 372); Blue value is 66 (26.17% from 255 or 17.74% from 372); Max value from RGB is 250 - color contains mainly: green. Hex color #38FA42 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #38FA42 is #C705BD. Grayscale: #ABABAB. Windows color (decimal): -13043134 or 4389432. OLE color: 4389432.

HSL color Cylindrical-coordinate representation of color #38FA42: hue angle of 123.09º 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 #38FA42 is Cyan = 0.78, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.02.

Color convert

RGB 56 250 66 -
CMYK 0.78 0 0.74 0.02
HSL 123.09º 0.95% 0.6% -
HSV(B) 123.09º 0.78% 0.98% -
XYZ 36.8 69.61 16.65 -
YUV 171.02 68.73 45.96 -
System Red Green Blue C M Y K H S L
Decimal 56 250 66 0.78 0 0.74 0.02 123.09 0.95 0.6
Hex 38 FA 42 4E 0 4A 2 7B 5F 3C
Octal 70 372 102 116 0 112 2 173 137 74
Binary 111000 11111010 1000010 1001110 0 1001010 10 1111011 1011111 111100

Color Harmonies of #38FA42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38FA42

Black with #38FA42

Text Example


Text Example

White with #38FA42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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