Html Css Color HEX #38F34A Lime Green

📋 copy color: '#38F34A'

red 56 ◦ green 243 ◦ blue 74

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

Shades of Lime Green #38F34A

Tints of Lime Green #38F34A

RGB

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

 GREEN value IS 243 (95.31% from 255) = 65.15%

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

R = 15.01%
G = 65.15%
B = 19.84%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#38F34A (or 0x38F34A) is known color: Lime Green. HEX triplet: 38, F3 and 4A. RGB value is (56,243,74). Sum of RGB (Red+Green+Blue) = 56+243+74=373 (49% of max value = 765). Red value is 56 (22.27% from 255 or 15.01% from 373); Green value is 243 (95.31% from 255 or 65.15% from 373); Blue value is 74 (29.30% from 255 or 19.84% from 373); Max value from RGB is 243 - color contains mainly: green. Hex color #38F34A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #38F34A is #C70CB5. Grayscale: #A8A8A8. Windows color (decimal): -13044918 or 4911928. OLE color: 4911928.

HSL color Cylindrical-coordinate representation of color #38F34A: hue angle of 125.78º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #38F34A is Cyan = 0.77, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.

Color convert

RGB 56 243 74 -
CMYK 0.77 0 0.70 0.05
HSL 125.78º 0.89% 0.59% -
HSV(B) 125.78º 0.77% 0.95% -
XYZ 34.92 65.44 17.27 -
YUV 167.82 75.05 48.24 -
System Red Green Blue C M Y K H S L
Decimal 56 243 74 0.77 0 0.70 0.05 125.78 0.89 0.59
Hex 38 F3 4A 4D 0 46 5 7E 59 3B
Octal 70 363 112 115 0 106 5 176 131 73
Binary 111000 11110011 1001010 1001101 0 1000110 101 1111110 1011001 111011

Color Harmonies of #38F34A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38F34A

Black with #38F34A

Text Example


Text Example

White with #38F34A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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