Html Css Color HEX #38CC4D Lime Green

📋 copy color: '#38CC4D'

red 56 ◦ green 204 ◦ blue 77

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

Shades of Lime Green #38CC4D

Tints of Lime Green #38CC4D

RGB

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

 GREEN value IS 204 (80.08% from 255) = 60.53%

 BLUE value IS 77 (30.47% from 255) = 22.85%

R = 16.62%
G = 60.53%
B = 22.85%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.62

 K value IS 0.2

RGB Variations

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

Color information

#38CC4D (or 0x38CC4D) is known color: Lime Green. HEX triplet: 38, CC and 4D. RGB value is (56,204,77). Sum of RGB (Red+Green+Blue) = 56+204+77=337 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.62% from 337); Green value is 204 (80.08% from 255 or 60.53% from 337); Blue value is 77 (30.47% from 255 or 22.85% from 337); Max value from RGB is 204 - color contains mainly: green. Hex color #38CC4D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38CC4D is #C733B2. Grayscale: #919191. Windows color (decimal): -13054899 or 5098552. OLE color: 5098552.

HSL color Cylindrical-coordinate representation of color #38CC4D: hue angle of 128.51º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #38CC4D is Cyan = 0.73, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.2.

Color convert

RGB 56 204 77 -
CMYK 0.73 0 0.62 0.2
HSL 128.51º 0.59% 0.51% -
HSV(B) 128.51º 0.73% 0.8% -
XYZ 24.56 44.56 14.33 -
YUV 145.27 89.47 64.33 -
System Red Green Blue C M Y K H S L
Decimal 56 204 77 0.73 0 0.62 0.2 128.51 0.59 0.51
Hex 38 CC 4D 49 0 3E 14 81 3B 33
Octal 70 314 115 111 0 76 24 201 73 63
Binary 111000 11001100 1001101 1001001 0 111110 10100 10000001 111011 110011

Color Harmonies of #38CC4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38CC4D

Black with #38CC4D

Text Example


Text Example

White with #38CC4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,204,77); }

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

background-color css

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

 a { background-color: rgb(56,204,77); }

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

border-color css

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

 span { border-color: rgb(56,204,77); }

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