Html Css Color HEX #38F74C Lime Green

📋 copy color: '#38F74C'

red 56 ◦ green 247 ◦ blue 76

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

Shades of Lime Green #38F74C

Tints of Lime Green #38F74C

RGB

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

 GREEN value IS 247 (96.88% from 255) = 65.17%

 BLUE value IS 76 (30.08% from 255) = 20.05%

R = 14.78%
G = 65.17%
B = 20.05%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.69

 K value IS 0.03

RGB Variations

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

Color information

#38F74C (or 0x38F74C) is known color: Lime Green. HEX triplet: 38, F7 and 4C. RGB value is (56,247,76). Sum of RGB (Red+Green+Blue) = 56+247+76=379 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.78% from 379); Green value is 247 (96.88% from 255 or 65.17% from 379); Blue value is 76 (30.08% from 255 or 20.05% from 379); Max value from RGB is 247 - color contains mainly: green. Hex color #38F74C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #38F74C is #C708B3. Grayscale: #AAAAAA. Windows color (decimal): -13043892 or 5044024. OLE color: 5044024.

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

Color convert

RGB 56 247 76 -
CMYK 0.77 0 0.69 0.03
HSL 126.28º 0.92% 0.59% -
HSV(B) 126.28º 0.77% 0.97% -
XYZ 36.2 67.88 18.03 -
YUV 170.4 74.72 46.4 -
System Red Green Blue C M Y K H S L
Decimal 56 247 76 0.77 0 0.69 0.03 126.28 0.92 0.59
Hex 38 F7 4C 4D 0 45 3 7E 5C 3B
Octal 70 367 114 115 0 105 3 176 134 73
Binary 111000 11110111 1001100 1001101 0 1000101 11 1111110 1011100 111011

Color Harmonies of #38F74C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38F74C

Black with #38F74C

Text Example


Text Example

White with #38F74C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,247,76); }

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

background-color css

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

 a { background-color: rgb(56,247,76); }

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

border-color css

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

 span { border-color: rgb(56,247,76); }

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