Html Css Color HEX #38F343 Lime Green

📋 copy color: '#38F343'

red 56 ◦ green 243 ◦ blue 67

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

Shades of Lime Green #38F343

Tints of Lime Green #38F343

RGB

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

 GREEN value IS 243 (95.31% from 255) = 66.39%

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

R = 15.3%
G = 66.39%
B = 18.31%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.72

 K value IS 0.05

RGB Variations

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

Color information

#38F343 (or 0x38F343) is known color: Lime Green. HEX triplet: 38, F3 and 43. RGB value is (56,243,67). Sum of RGB (Red+Green+Blue) = 56+243+67=366 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.30% from 366); Green value is 243 (95.31% from 255 or 66.39% from 366); Blue value is 67 (26.56% from 255 or 18.31% from 366); Max value from RGB is 243 - color contains mainly: green. Hex color #38F343 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #38F343 is #C70CBC. Grayscale: #A7A7A7. Windows color (decimal): -13044925 or 4453176. OLE color: 4453176.

HSL color Cylindrical-coordinate representation of color #38F343: hue angle of 123.53º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #38F343 is Cyan = 0.77, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.05.

Color convert

RGB 56 243 67 -
CMYK 0.77 0 0.72 0.05
HSL 123.53º 0.89% 0.59% -
HSV(B) 123.53º 0.77% 0.95% -
XYZ 34.69 65.35 16.09 -
YUV 167.02 71.55 48.81 -
System Red Green Blue C M Y K H S L
Decimal 56 243 67 0.77 0 0.72 0.05 123.53 0.89 0.59
Hex 38 F3 43 4D 0 48 5 7C 59 3B
Octal 70 363 103 115 0 110 5 174 131 73
Binary 111000 11110011 1000011 1001101 0 1001000 101 1111100 1011001 111011

Color Harmonies of #38F343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38F343

Black with #38F343

Text Example


Text Example

White with #38F343

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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