Html Css Color HEX #38D243 Lime Green

📋 copy color: '#38D243'

red 56 ◦ green 210 ◦ blue 67

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

Shades of Lime Green #38D243

Tints of Lime Green #38D243

RGB

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

 GREEN value IS 210 (82.42% from 255) = 63.06%

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

R = 16.82%
G = 63.06%
B = 20.12%

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

#38D243 (or 0x38D243) is known color: Lime Green. HEX triplet: 38, D2 and 43. RGB value is (56,210,67). Sum of RGB (Red+Green+Blue) = 56+210+67=333 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.82% from 333); Green value is 210 (82.42% from 255 or 63.06% from 333); Blue value is 67 (26.56% from 255 or 20.12% from 333); Max value from RGB is 210 - color contains mainly: green. Hex color #38D243 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38D243 is #C72DBC. Grayscale: #949494. Windows color (decimal): -13053373 or 4444728. OLE color: 4444728.

HSL color Cylindrical-coordinate representation of color #38D243: hue angle of 124.29º degrees, saturation: 0.63, 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 #38D243 is Cyan = 0.73, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.18.

Color convert

RGB 56 210 67 -
CMYK 0.73 0 0.68 0.18
HSL 124.29º 0.63% 0.52% -
HSV(B) 124.29º 0.73% 0.82% -
XYZ 25.69 47.34 13.09 -
YUV 147.65 82.48 62.63 -
System Red Green Blue C M Y K H S L
Decimal 56 210 67 0.73 0 0.68 0.18 124.29 0.63 0.52
Hex 38 D2 43 49 0 44 12 7C 3F 34
Octal 70 322 103 111 0 104 22 174 77 64
Binary 111000 11010010 1000011 1001001 0 1000100 10010 1111100 111111 110100

Color Harmonies of #38D243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38D243

Black with #38D243

Text Example


Text Example

White with #38D243

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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