Html Css Color HEX #38FB4A Lime Green

📋 copy color: '#38FB4A'

red 56 ◦ green 251 ◦ blue 74

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

Shades of Lime Green #38FB4A

Tints of Lime Green #38FB4A

RGB

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

 GREEN value IS 251 (98.44% from 255) = 65.88%

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

R = 14.7%
G = 65.88%
B = 19.42%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.71

 K value IS 0.02

RGB Variations

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

Color information

#38FB4A (or 0x38FB4A) is known color: Lime Green. HEX triplet: 38, FB and 4A. RGB value is (56,251,74). Sum of RGB (Red+Green+Blue) = 56+251+74=381 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.70% from 381); Green value is 251 (98.44% from 255 or 65.88% from 381); Blue value is 74 (29.30% from 255 or 19.42% from 381); Max value from RGB is 251 - color contains mainly: green. Hex color #38FB4A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #38FB4A is #C704B5. Grayscale: #ADADAD. Windows color (decimal): -13042870 or 4913976. OLE color: 4913976.

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

Color convert

RGB 56 251 74 -
CMYK 0.78 0 0.71 0.02
HSL 125.54º 0.96% 0.6% -
HSV(B) 125.54º 0.78% 0.98% -
XYZ 37.36 70.33 18.08 -
YUV 172.52 72.4 44.89 -
System Red Green Blue C M Y K H S L
Decimal 56 251 74 0.78 0 0.71 0.02 125.54 0.96 0.6
Hex 38 FB 4A 4E 0 47 2 7E 60 3C
Octal 70 373 112 116 0 107 2 176 140 74
Binary 111000 11111011 1001010 1001110 0 1000111 10 1111110 1100000 111100

Color Harmonies of #38FB4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38FB4A

Black with #38FB4A

Text Example


Text Example

White with #38FB4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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