Html Css Color HEX #38F64C Lime Green

📋 copy color: '#38F64C'

red 56 ◦ green 246 ◦ blue 76

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

Shades of Lime Green #38F64C

Tints of Lime Green #38F64C

RGB

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

 GREEN value IS 246 (96.48% from 255) = 65.08%

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

R = 14.81%
G = 65.08%
B = 20.11%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.69

 K value IS 0.04

RGB Variations

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

Color information

#38F64C (or 0x38F64C) is known color: Lime Green. HEX triplet: 38, F6 and 4C. RGB value is (56,246,76). Sum of RGB (Red+Green+Blue) = 56+246+76=378 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.81% from 378); Green value is 246 (96.48% from 255 or 65.08% from 378); Blue value is 76 (30.08% from 255 or 20.11% from 378); Max value from RGB is 246 - color contains mainly: green. Hex color #38F64C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #38F64C is #C709B3. Grayscale: #AAAAAA. Windows color (decimal): -13044148 or 5043768. OLE color: 5043768.

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

Color convert

RGB 56 246 76 -
CMYK 0.77 0 0.69 0.04
HSL 126.32º 0.91% 0.59% -
HSV(B) 126.32º 0.77% 0.96% -
XYZ 35.89 67.27 17.93 -
YUV 169.81 75.05 46.82 -
System Red Green Blue C M Y K H S L
Decimal 56 246 76 0.77 0 0.69 0.04 126.32 0.91 0.59
Hex 38 F6 4C 4D 0 45 4 7E 5B 3B
Octal 70 366 114 115 0 105 4 176 133 73
Binary 111000 11110110 1001100 1001101 0 1000101 100 1111110 1011011 111011

Color Harmonies of #38F64C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38F64C

Black with #38F64C

Text Example


Text Example

White with #38F64C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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