Html Css Color HEX #38D624 Lime Green

📋 copy color: '#38D624'

red 56 ◦ green 214 ◦ blue 36

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

Shades of Lime Green #38D624

Tints of Lime Green #38D624

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 11.76%

R = 18.3%
G = 69.93%
B = 11.76%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.83

 K value IS 0.16

RGB Variations

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

Color information

#38D624 (or 0x38D624) is known color: Lime Green. HEX triplet: 38, D6 and 24. RGB value is (56,214,36). Sum of RGB (Red+Green+Blue) = 56+214+36=306 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.30% from 306); Green value is 214 (83.98% from 255 or 69.93% from 306); Blue value is 36 (14.45% from 255 or 11.76% from 306); Max value from RGB is 214 - color contains mainly: green. Hex color #38D624 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38D624 is #C729DB. Grayscale: #939393. Windows color (decimal): -13052380 or 2414136. OLE color: 2414136.

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

Color convert

RGB 56 214 36 -
CMYK 0.74 0 0.83 0.16
HSL 113.26º 0.71% 0.49% -
HSV(B) 113.26º 0.83% 0.84% -
XYZ 26 49.06 9.77 -
YUV 146.47 65.65 63.47 -
System Red Green Blue C M Y K H S L
Decimal 56 214 36 0.74 0 0.83 0.16 113.26 0.71 0.49
Hex 38 D6 24 4A 0 53 10 71 47 31
Octal 70 326 44 112 0 123 20 161 107 61
Binary 111000 11010110 100100 1001010 0 1010011 10000 1110001 1000111 110001

Color Harmonies of #38D624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38D624

Black with #38D624

Text Example


Text Example

White with #38D624

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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