Html Css Color HEX #38DA2C Lime Green

📋 copy color: '#38DA2C'

red 56 ◦ green 218 ◦ blue 44

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

Shades of Lime Green #38DA2C

Tints of Lime Green #38DA2C

RGB

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

 GREEN value IS 218 (85.55% from 255) = 68.55%

 BLUE value IS 44 (17.58% from 255) = 13.84%

R = 17.61%
G = 68.55%
B = 13.84%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#38DA2C (or 0x38DA2C) is known color: Lime Green. HEX triplet: 38, DA and 2C. RGB value is (56,218,44). Sum of RGB (Red+Green+Blue) = 56+218+44=318 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.61% from 318); Green value is 218 (85.55% from 255 or 68.55% from 318); Blue value is 44 (17.58% from 255 or 13.84% from 318); Max value from RGB is 218 - color contains mainly: green. Hex color #38DA2C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38DA2C is #C725D3. Grayscale: #969696. Windows color (decimal): -13051348 or 2939448. OLE color: 2939448.

HSL color Cylindrical-coordinate representation of color #38DA2C: hue angle of 115.86º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #38DA2C is Cyan = 0.74, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.15.

Color convert

RGB 56 218 44 -
CMYK 0.74 0 0.80 0.15
HSL 115.86º 0.7% 0.51% -
HSV(B) 115.86º 0.8% 0.85% -
XYZ 27.16 51.17 10.83 -
YUV 149.73 68.33 61.15 -
System Red Green Blue C M Y K H S L
Decimal 56 218 44 0.74 0 0.80 0.15 115.86 0.7 0.51
Hex 38 DA 2C 4A 0 50 F 74 46 33
Octal 70 332 54 112 0 120 17 164 106 63
Binary 111000 11011010 101100 1001010 0 1010000 1111 1110100 1000110 110011

Color Harmonies of #38DA2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38DA2C

Black with #38DA2C

Text Example


Text Example

White with #38DA2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,218,44); }

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

background-color css

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

 a { background-color: rgb(56,218,44); }

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

border-color css

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

 span { border-color: rgb(56,218,44); }

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