Html Css Color HEX #38EE43 Lime Green

📋 copy color: '#38EE43'

red 56 ◦ green 238 ◦ blue 67

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

Shades of Lime Green #38EE43

Tints of Lime Green #38EE43

RGB

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

 GREEN value IS 238 (93.36% from 255) = 65.93%

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

R = 15.51%
G = 65.93%
B = 18.56%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#38EE43 (or 0x38EE43) is known color: Lime Green. HEX triplet: 38, EE and 43. RGB value is (56,238,67). Sum of RGB (Red+Green+Blue) = 56+238+67=361 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.51% from 361); Green value is 238 (93.36% from 255 or 65.93% from 361); Blue value is 67 (26.56% from 255 or 18.56% from 361); Max value from RGB is 238 - color contains mainly: green. Hex color #38EE43 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #38EE43 is #C711BC. Grayscale: #A4A4A4. Windows color (decimal): -13046205 or 4451896. OLE color: 4451896.

HSL color Cylindrical-coordinate representation of color #38EE43: hue angle of 123.63º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #38EE43 is Cyan = 0.76, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.07.

Color convert

RGB 56 238 67 -
CMYK 0.76 0 0.72 0.07
HSL 123.63º 0.84% 0.58% -
HSV(B) 123.63º 0.76% 0.93% -
XYZ 33.22 62.4 15.6 -
YUV 164.09 73.2 50.9 -
System Red Green Blue C M Y K H S L
Decimal 56 238 67 0.76 0 0.72 0.07 123.63 0.84 0.58
Hex 38 EE 43 4C 0 48 7 7C 54 3A
Octal 70 356 103 114 0 110 7 174 124 72
Binary 111000 11101110 1000011 1001100 0 1001000 111 1111100 1010100 111010

Color Harmonies of #38EE43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38EE43

Black with #38EE43

Text Example


Text Example

White with #38EE43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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