Html Css Color HEX #38D043 Lime Green

📋 copy color: '#38D043'

red 56 ◦ green 208 ◦ blue 67

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

Shades of Lime Green #38D043

Tints of Lime Green #38D043

RGB

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

 GREEN value IS 208 (81.64% from 255) = 62.84%

 BLUE value IS 67 (26.56% from 255) = 20.24%

R = 16.92%
G = 62.84%
B = 20.24%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.68

 K value IS 0.18

RGB Variations

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

Color information

#38D043 (or 0x38D043) is known color: Lime Green. HEX triplet: 38, D0 and 43. RGB value is (56,208,67). Sum of RGB (Red+Green+Blue) = 56+208+67=331 (43% of max value = 765). Red value is 56 (22.27% from 255 or 16.92% from 331); Green value is 208 (81.64% from 255 or 62.84% from 331); Blue value is 67 (26.56% from 255 or 20.24% from 331); Max value from RGB is 208 - color contains mainly: green. Hex color #38D043 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38D043 is #C72FBC. Grayscale: #929292. Windows color (decimal): -13053885 or 4444216. OLE color: 4444216.

HSL color Cylindrical-coordinate representation of color #38D043: hue angle of 124.34º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #38D043 is Cyan = 0.73, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.18.

Color convert

RGB 56 208 67 -
CMYK 0.73 0 0.68 0.18
HSL 124.34º 0.62% 0.52% -
HSV(B) 124.34º 0.73% 0.82% -
XYZ 25.2 46.36 12.93 -
YUV 146.48 83.14 63.46 -
System Red Green Blue C M Y K H S L
Decimal 56 208 67 0.73 0 0.68 0.18 124.34 0.62 0.52
Hex 38 D0 43 49 0 44 12 7C 3E 34
Octal 70 320 103 111 0 104 22 174 76 64
Binary 111000 11010000 1000011 1001001 0 1000100 10010 1111100 111110 110100

Color Harmonies of #38D043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38D043

Black with #38D043

Text Example


Text Example

White with #38D043

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,208,67); }

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

background-color css

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

 a { background-color: rgb(56,208,67); }

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

border-color css

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

 span { border-color: rgb(56,208,67); }

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