Html Css Color HEX #38D641 Lime Green

📋 copy color: '#38D641'

red 56 ◦ green 214 ◦ blue 65

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

Shades of Lime Green #38D641

Tints of Lime Green #38D641

RGB

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

 GREEN value IS 214 (83.98% from 255) = 63.88%

 BLUE value IS 65 (25.78% from 255) = 19.4%

R = 16.72%
G = 63.88%
B = 19.4%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#38D641 (or 0x38D641) is known color: Lime Green. HEX triplet: 38, D6 and 41. RGB value is (56,214,65). Sum of RGB (Red+Green+Blue) = 56+214+65=335 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.72% from 335); Green value is 214 (83.98% from 255 or 63.88% from 335); Blue value is 65 (25.78% from 255 or 19.40% from 335); Max value from RGB is 214 - color contains mainly: green. Hex color #38D641 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38D641 is #C729BE. Grayscale: #969696. Windows color (decimal): -13052351 or 4314680. OLE color: 4314680.

HSL color Cylindrical-coordinate representation of color #38D641: hue angle of 123.42º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #38D641 is Cyan = 0.74, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.

Color convert

RGB 56 214 65 -
CMYK 0.74 0 0.70 0.16
HSL 123.42º 0.66% 0.53% -
HSV(B) 123.42º 0.74% 0.84% -
XYZ 26.63 49.32 13.12 -
YUV 149.77 80.15 61.12 -
System Red Green Blue C M Y K H S L
Decimal 56 214 65 0.74 0 0.70 0.16 123.42 0.66 0.53
Hex 38 D6 41 4A 0 46 10 7B 42 35
Octal 70 326 101 112 0 106 20 173 102 65
Binary 111000 11010110 1000001 1001010 0 1000110 10000 1111011 1000010 110101

Color Harmonies of #38D641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38D641

Black with #38D641

Text Example


Text Example

White with #38D641

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,214,65); }

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

background-color css

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

 a { background-color: rgb(56,214,65); }

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

border-color css

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

 span { border-color: rgb(56,214,65); }

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