Html Css Color HEX #38C04C Lime Green

📋 copy color: '#38C04C'

red 56 ◦ green 192 ◦ blue 76

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

Shades of Lime Green #38C04C

Tints of Lime Green #38C04C

RGB

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

 GREEN value IS 192 (75.39% from 255) = 59.26%

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

R = 17.28%
G = 59.26%
B = 23.46%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#38C04C (or 0x38C04C) is known color: Lime Green. HEX triplet: 38, C0 and 4C. RGB value is (56,192,76). Sum of RGB (Red+Green+Blue) = 56+192+76=324 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.28% from 324); Green value is 192 (75.39% from 255 or 59.26% from 324); Blue value is 76 (30.08% from 255 or 23.46% from 324); Max value from RGB is 192 - color contains mainly: green. Hex color #38C04C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38C04C is #C73FB3. Grayscale: #8A8A8A. Windows color (decimal): -13057972 or 5029944. OLE color: 5029944.

HSL color Cylindrical-coordinate representation of color #38C04C: hue angle of 128.82º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #38C04C is Cyan = 0.71, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.

Color convert

RGB 56 192 76 -
CMYK 0.71 0 0.60 0.25
HSL 128.82º 0.55% 0.49% -
HSV(B) 128.82º 0.71% 0.75% -
XYZ 21.79 39.06 13.23 -
YUV 138.11 92.94 69.43 -
System Red Green Blue C M Y K H S L
Decimal 56 192 76 0.71 0 0.60 0.25 128.82 0.55 0.49
Hex 38 C0 4C 47 0 3C 19 81 37 31
Octal 70 300 114 107 0 74 31 201 67 61
Binary 111000 11000000 1001100 1000111 0 111100 11001 10000001 110111 110001

Color Harmonies of #38C04C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38C04C

Black with #38C04C

Text Example


Text Example

White with #38C04C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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