Html Css Color HEX #38D83C Lime Green

📋 copy color: '#38D83C'

red 56 ◦ green 216 ◦ blue 60

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

Shades of Lime Green #38D83C

Tints of Lime Green #38D83C

RGB

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

 GREEN value IS 216 (84.77% from 255) = 65.06%

 BLUE value IS 60 (23.83% from 255) = 18.07%

R = 16.87%
G = 65.06%
B = 18.07%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#38D83C (or 0x38D83C) is known color: Lime Green. HEX triplet: 38, D8 and 3C. RGB value is (56,216,60). Sum of RGB (Red+Green+Blue) = 56+216+60=332 (43% of max value = 765). Red value is 56 (22.27% from 255 or 16.87% from 332); Green value is 216 (84.77% from 255 or 65.06% from 332); Blue value is 60 (23.83% from 255 or 18.07% from 332); Max value from RGB is 216 - color contains mainly: green. Hex color #38D83C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38D83C is #C727C3. Grayscale: #969696. Windows color (decimal): -13051844 or 3987512. OLE color: 3987512.

HSL color Cylindrical-coordinate representation of color #38D83C: hue angle of 121.5º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #38D83C is Cyan = 0.74, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.

Color convert

RGB 56 216 60 -
CMYK 0.74 0 0.72 0.15
HSL 121.5º 0.67% 0.53% -
HSV(B) 121.5º 0.74% 0.85% -
XYZ 27 50.28 12.56 -
YUV 150.38 76.99 60.68 -
System Red Green Blue C M Y K H S L
Decimal 56 216 60 0.74 0 0.72 0.15 121.5 0.67 0.53
Hex 38 D8 3C 4A 0 48 F 7A 43 35
Octal 70 330 74 112 0 110 17 172 103 65
Binary 111000 11011000 111100 1001010 0 1001000 1111 1111010 1000011 110101

Color Harmonies of #38D83C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38D83C

Black with #38D83C

Text Example


Text Example

White with #38D83C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,216,60); }

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

background-color css

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

 a { background-color: rgb(56,216,60); }

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

border-color css

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

 span { border-color: rgb(56,216,60); }

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